EmailAddress constructor
- String address,
- List<
PlaceCategory> categories
Creates a new instance.
addressThe email address.categoriesCategories associated with email address. Note: In case EmailAddress.categories are not empty, then EmailAddress.address should be used according to given categories. Otherwise, EmailAddress.address is meant for general use.
Implementation
EmailAddress(this.address, this.categories);