menu
superlikers_core package
documentation
infraestructure.dart
Field
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "name": name, "_type": type, "required_field": requiredField, };
superlikers_core package
documentation
infraestructure
Field
toJson method
Field class