LokotroRefCountry constructor
const
LokotroRefCountry({})
Implementation
const LokotroRefCountry({
required this.id,
required this.name,
required this.countryFlag,
required this.minPhoneNumberChars,
required this.maxPhoneNumberChars,
});