finished notes page

This commit is contained in:
Kima
2023-12-30 18:10:19 +01:00
parent f238b86dc7
commit 5476397af6
12 changed files with 561 additions and 16 deletions

View File

@@ -19,4 +19,10 @@ class SelfNote {
json: json,
);
}
get toJson => {
'id': id,
'title': title,
'content': content,
};
}