Add missing semicolon
This commit is contained in:
parent
72d39bea55
commit
5bbe5fb19a
|
@ -388,7 +388,7 @@ class JishoResult {
|
|||
this.japanese,
|
||||
this.senses,
|
||||
this.attribution
|
||||
})
|
||||
});
|
||||
|
||||
factory JishoResult.fromJson(Map<String, dynamic> json){
|
||||
return JishoResult(
|
||||
|
|
Loading…
Reference in New Issue