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