added quotes export to file
This commit is contained in:
@@ -18,4 +18,9 @@ class Quote{
|
||||
body: json['body'],
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return "$body - $author";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user