PhoneNumber constructor
PhoneNumber({
- String? canonicalForm,
- String? formattedType,
- FieldMetadata? metadata,
- String? type,
- String? value,
Implementation
PhoneNumber({
this.canonicalForm,
this.formattedType,
this.metadata,
this.type,
this.value,
});