countryData property

List<CountryWithPhoneCode>? countryData
getter/setter pair

Optionally override the country data. Useful for testing.

Implementation

List<CountryWithPhoneCode>? countryData;