flutter_json_widgets
curves
ElasticInCurve
ElasticInCurve.fromJson factory constructor
ElasticInCurve.fromJson
ElasticInCurve.fromJson
constructor
Null safety
ElasticInCurve.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ElasticInCurve.fromJson(Map<String, dynamic> json) = _$ElasticInCurve.fromJson;
flutter_json_widgets
curves
ElasticInCurve
ElasticInCurve.fromJson factory constructor
ElasticInCurve class
Constructors
ElasticInCurve
fromJson
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==