flutter_json_widgets
font_feature
FontFeature
FontFeature.fromJson factory constructor
FontFeature.fromJson
FontFeature.fromJson
constructor
Null safety
FontFeature.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory FontFeature.fromJson(Map<String, Object?> json) => _$FontFeatureFromJson(json);
flutter_json_widgets
font_feature
FontFeature
FontFeature.fromJson factory constructor
FontFeature class
Constructors
FontFeature
fromJson
Properties
copyWith
feature
hashCode
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==