NumberValidateResponse constructor

NumberValidateResponse({
  1. String? carrier,
  2. String? city,
  3. String? cleansedPhoneNumberE164,
  4. String? cleansedPhoneNumberNational,
  5. String? country,
  6. String? countryCodeIso2,
  7. String? countryCodeNumeric,
  8. String? county,
  9. String? originalCountryCodeIso2,
  10. String? originalPhoneNumber,
  11. String? phoneType,
  12. int? phoneTypeCode,
  13. String? timezone,
  14. 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,
});