menu
ded_note package
documentation
note.dart
Note
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': id, 'title': title, 'body': body, 'date': date, }; }
ded_note package
documentation
note
Note
toMap method
Note class