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