From 5bbe5fb19a5d1144194efaee8013c9b9072f6435 Mon Sep 17 00:00:00 2001 From: h7x4abk3g Date: Mon, 22 Jun 2020 14:01:05 +0200 Subject: [PATCH] Add missing semicolon --- lib/src/objects.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/objects.dart b/lib/src/objects.dart index ecbcd6e..62b8005 100644 --- a/lib/src/objects.dart +++ b/lib/src/objects.dart @@ -388,7 +388,7 @@ class JishoResult { this.japanese, this.senses, this.attribution - }) + }); factory JishoResult.fromJson(Map json){ return JishoResult(