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