PhoneNumber constructor

PhoneNumber({
  1. String? canonicalForm,
  2. String? formattedType,
  3. FieldMetadata? metadata,
  4. String? type,
  5. String? value,
})

Implementation

PhoneNumber({
  this.canonicalForm,
  this.formattedType,
  this.metadata,
  this.type,
  this.value,
});