PhoneNumberInfo constructor

PhoneNumberInfo(
  1. {CountryInfo? country,
  2. required String country_calling_code,
  3. required String formatted_phone_number,
  4. required bool is_anonymous,
  5. int? extra,
  6. int? clientId}
)

Contains information about a phone number

Implementation

PhoneNumberInfo