CountryService constructor

CountryService()

Implementation

CountryService()
    : _countries =
          countryCodes.map((country) => Country.from(json: country)).toList();