LandlinePhone constructor - LandlinePhone - search library - Dart API
LandlinePhone
LandlinePhone constructor
- String phoneNumber,
- List<
PlaceCategory> categories
Creates a new instance.
phoneNumberThe phone number.categoriesCategories associated with phone number. Note: In case LandlinePhone.categories are not empty, then LandlinePhone.phoneNumber should be used according to given categories. Otherwise, LandlinePhone.phoneNumber is meant for general use.
Implementation
LandlinePhone(this.phoneNumber, this.categories);