menu
shake_flutter package
documentation
models/shake_file.dart
ShakeFile
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { "path": path, "name": name, }; }
shake_flutter package
documentation
models/shake_file
ShakeFile
toMap method
ShakeFile class