Contact constructor
- List<
LandlinePhone> landlinePhones, - List<
MobilePhone> mobilePhones, - List<
EmailAddress> emails, - List<
WebsiteAddress> websites,
Creates a new instance.
landlinePhonesThe list of landline phone numbers with associated categories. This data is not available in offline search.mobilePhonesThe list of mobile phones numbers with associated categories. This data is not available in offline search.emailsThe list of email addresses with associated categories. This data is not available in offline search.websitesThe list of website addresses with associated categories. This data is not available in offline search.
Implementation
Contact(this.landlinePhones, this.mobilePhones, this.emails, this.websites);