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