PhoneNumberInfo constructor
const
PhoneNumberInfo({
- CountryInfo? country,
- required String countryCallingCode,
- required String formattedPhoneNumber,
- required bool isAnonymous,
- dynamic extra,
- int? clientId,
Contains information about a phone number
Implementation
const PhoneNumberInfo({
this.country,
required this.countryCallingCode,
required this.formattedPhoneNumber,
required this.isAnonymous,
this.extra,
this.clientId,
});