finished notes page
This commit is contained in:
@@ -19,4 +19,10 @@ class SelfNote {
|
||||
json: json,
|
||||
);
|
||||
}
|
||||
|
||||
get toJson => {
|
||||
'id': id,
|
||||
'title': title,
|
||||
'content': content,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user