CountryList constructor

CountryList({
  1. required List<Country> countries,
})

Implementation

CountryList({required this.countries});