flutter_json_widgets
size
Size
Size.fromJson factory constructor
Size.fromJson
Size.fromJson
constructor
Null safety
Size.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Size.fromJson(Map<String, Object?> json) => _$SizeFromJson(json);
flutter_json_widgets
size
Size
Size.fromJson factory constructor
Size class
Constructors
Size
fromJson
Properties
copyWith
hashCode
height
runtimeType
width
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Constants
zero