countryList property

List<CountryModel> countryList
final

Implementation

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