mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-09-10 04:53:45 +02:00
Add missing semicolon
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user