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