mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2024-12-22 03:57:32 +01:00
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
Block a user