From 803d41cf6da0f20707c21e63b3d3b0ee64a400b0 Mon Sep 17 00:00:00 2001 From: alfredo-handcash Date: Thu, 13 May 2021 10:05:26 +0200 Subject: [PATCH] make const list to use in constructor --- lib/country_codes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/country_codes.dart b/lib/country_codes.dart index 993be09..ab11e3e 100644 --- a/lib/country_codes.dart +++ b/lib/country_codes.dart @@ -1,4 +1,4 @@ -List> codes = [ +const List> codes = [ { "name": "افغانستان", "code": "AF",