flutter_json_widgets
font_feature
FontFeature
FontFeature const constructor
FontFeature
FontFeature
constructor
Null safety
const
FontFeature
(
String
feature
,
{
@Default(1)
int
value
}
)
Implementation
const factory FontFeature( String feature, { @Default(1) int value, }) = _FontFeature;
flutter_json_widgets
font_feature
FontFeature
FontFeature const constructor
FontFeature class
Constructors
FontFeature
fromJson
Properties
copyWith
feature
hashCode
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==