LandlinePhone constructor

LandlinePhone(
  1. String phoneNumber,
  2. List<PlaceCategory> categories
)

Creates a new instance.

Implementation

LandlinePhone(this.phoneNumber, this.categories);