ContactData constructor
ContactData({
- String? contactArn,
- String? displayName,
- String? firstName,
- String? lastName,
- String? phoneNumber,
- List<
PhoneNumber> ? phoneNumbers, - List<
SipAddress> ? sipAddresses,
Implementation
ContactData({
this.contactArn,
this.displayName,
this.firstName,
this.lastName,
this.phoneNumber,
this.phoneNumbers,
this.sipAddresses,
});