menu
challenges_flutter package
documentation
entities/challenges_entity.dart
Props
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { "screen1": screen1.toMap(), "screen2": screen2.toMap(), };
challenges_flutter package
documentation
entities/challenges_entity
Props
toMap method
Props class