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