EmailAddress constructor

EmailAddress(
  1. String address,
  2. List<PlaceCategory> categories
)

Creates a new instance.

Implementation

EmailAddress(this.address, this.categories);