mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
Add auto complete. Close #24
This commit is contained in:
@@ -152,6 +152,10 @@ class Tag {
|
||||
|
||||
@override
|
||||
int get hashCode => name.hashCode;
|
||||
|
||||
static Tag fromJson(Map<String, dynamic> json) {
|
||||
return Tag(json['name'] ?? "", json['translated_name']);
|
||||
}
|
||||
}
|
||||
|
||||
class IllustImage {
|
||||
|
Reference in New Issue
Block a user