menu
mobiotics_provider package
documentation
models/theme/theme/locale.dart
Locale
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { 'name': name, 'id': id, 'code': code, 'is_default': isDefault, };
mobiotics_provider package
documentation
models/theme/theme/locale
Locale
toMap method
Locale class