things™️

This commit is contained in:
Kima
2024-06-18 14:44:53 +02:00
parent 92f16e054d
commit b5b0046ef5
5 changed files with 151 additions and 22 deletions

View File

@@ -60,7 +60,7 @@ class TodoItem {
);
}
get toJson => {
Map<String, dynamic> get toJson => {
'id': id,
'title': title,
'content': content,