1
0
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:
Oystein Kristoffer Tveit 2020-06-22 14:01:05 +02:00
parent 72d39bea55
commit 5bbe5fb19a

View File

@ -388,7 +388,7 @@ class JishoResult {
this.japanese,
this.senses,
this.attribution
})
});
factory JishoResult.fromJson(Map<String, dynamic> json){
return JishoResult(