menu
betto_schema
betto_schema.dart
Minimum
<
T extends num
>
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => {'name': name, 'value': min};
betto_schema
betto_schema
Minimum
<
T extends num
>
toMap method
Minimum class