menu
truesight_flutter package
documentation
json/json.dart
JsonField<T>
JsonField.new constructor
JsonField.new constructor
dark_mode
light_mode
JsonField<
T
>
constructor
JsonField<
T
>
(
String
name
, {
String
?
helper
,
bool
isRequired
=
false
,
T?
defaultValue
,
})
Implementation
JsonField( this.name, { this.helper, this.isRequired = false, this.defaultValue, });
truesight_flutter package
documentation
json/json
JsonField<T>
JsonField.new constructor
JsonField class