Country constructor
Country(})
Implementation
Country(
this.name,
this.isoCode,
this.dialCode,
this.phoneMinLength,
this.phoneMaxLength, {
this.startingDigits = const [],
});
Country(
this.name,
this.isoCode,
this.dialCode,
this.phoneMinLength,
this.phoneMaxLength, {
this.startingDigits = const [],
});