menu
betto_schema
betto_schema.dart
ExactLength
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => {'name': name, 'value': length};
betto_schema
betto_schema
ExactLength
toMap method
ExactLength class