NumberValidateResponse constructor
NumberValidateResponse({
- String? carrier,
- String? city,
- String? cleansedPhoneNumberE164,
- String? cleansedPhoneNumberNational,
- String? country,
- String? countryCodeIso2,
- String? countryCodeNumeric,
- String? county,
- String? originalCountryCodeIso2,
- String? originalPhoneNumber,
- String? phoneType,
- int? phoneTypeCode,
- String? timezone,
- String? zipCode,
Implementation
NumberValidateResponse({
this.carrier,
this.city,
this.cleansedPhoneNumberE164,
this.cleansedPhoneNumberNational,
this.country,
this.countryCodeIso2,
this.countryCodeNumeric,
this.county,
this.originalCountryCodeIso2,
this.originalPhoneNumber,
this.phoneType,
this.phoneTypeCode,
this.timezone,
this.zipCode,
});