PhoneNumber constructor
Creates a PhoneNumber instance.
isoCode: ISO code of the country. phoneNumber: The phone number value. dialCode: The dial code of the country.
Implementation
PhoneNumber({
this.isoCode,
this.phoneNumber,
this.dialCode,
this.country,
});