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