WebsiteAddress constructor

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

Creates a new instance.

Implementation

WebsiteAddress(this.address, this.categories);