lib: implement stub for word search
This commit is contained in:
@@ -0,0 +1 @@
|
||||
enum JlptLevel { none, n5, n4, n3, n2, n1 }
|
||||
@@ -1,3 +1,5 @@
|
||||
class WordSearchResult {
|
||||
// TODO: implement me
|
||||
|
||||
Map<String, dynamic> toJson() => {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user