menu
appflow_flutter package
documentation
generated/json/base/json_field.dart
JSONField
JSONField const constructor
JSONField const constructor
dark_mode
light_mode
JSONField
constructor
const
JSONField
(
{
String
?
name
,
bool
?
serialize
,
bool
?
deserialize
,
})
Implementation
const JSONField({this.name, this.serialize, this.deserialize});
appflow_flutter package
documentation
generated/json/base/json_field
JSONField
JSONField const constructor
JSONField class