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