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