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