flutter_json_widgets
form_data
FormField
FormField.fromJson factory constructor
FormField.fromJson
FormField.fromJson
constructor
Null safety
FormField.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory FormField.fromJson(Map<String, Object?> json) => _$FormFieldFromJson(json);
flutter_json_widgets
form_data
FormField
FormField.fromJson factory constructor
FormField class
Constructors
bool
color
dateTime
double
duration
fromJson
int
map
num
object
string
Properties
copyWith
description
hashCode
key
runtimeType
value
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==