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