menu
supa_architecture package
documentation
json/json.dart
JsonField<T>
JsonField constructor
JsonField constructor
dark_mode
light_mode
JsonField<
T
>
constructor
JsonField<
T
>
(
String
fieldName
)
Constructs an instance of
JsonField
.
Parameters:
fieldName
: The name of the field.
Implementation
JsonField(this.fieldName);
supa_architecture package
documentation
json/json
JsonField<T>
JsonField constructor
JsonField class