countryList property
Implementation
static final countryList = countryJsonList
.map((jsonItem) => CountryModel.fromJson(jsonItem))
.toList();
static final countryList = countryJsonList
.map((jsonItem) => CountryModel.fromJson(jsonItem))
.toList();