menu
hackle_platform_interface package
documentation
model/screen.dart
Screen
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { "name": name, "className": className, }; }
hackle_platform_interface package
documentation
model/screen
Screen
toMap method
Screen class