PhoneNumberInfo constructor
PhoneNumberInfo({
- CountryInfo? country,
- required String countryCallingCode,
- required String formattedPhoneNumber,
- required bool isAnonymous,
Implementation
PhoneNumberInfo({
this.country,
required this.countryCallingCode,
required this.formattedPhoneNumber,
required this.isAnonymous,
});