added quotes export to file

This commit is contained in:
odweta
2026-04-03 13:01:22 +02:00
parent 8c4a7afa56
commit 3a9bc5fe7d
6 changed files with 203 additions and 9 deletions
+5
View File
@@ -18,4 +18,9 @@ class Quote{
body: json['body'],
);
}
@override
String toString() {
return "$body - $author";
}
}