LokotroCountry constructor

const LokotroCountry({
  1. required LokotroRefCountry refCountry,
  2. required List<LokotroCountryCode> countryCodes,
  3. required List<LokotroPhonePrefix> phoneNumberPrefixes,
})

Implementation

const LokotroCountry({
  required this.refCountry,
  required this.countryCodes,
  required this.phoneNumberPrefixes,
});