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