list of Flags i.e {"svg":link,"png":link}
List<Flags> get flagUrls => List.from(countries.map((e) => Flags.fromJson(e['flags'])));