PhoneNumberInfo constructor
PhoneNumberInfo({})
Implementation
PhoneNumberInfo({
super.extra,
super.client_id,
this.country,
this.country_calling_code,
this.formatted_phone_number,
this.is_anonymous,
});
PhoneNumberInfo({
super.extra,
super.client_id,
this.country,
this.country_calling_code,
this.formatted_phone_number,
this.is_anonymous,
});