PhoneNumberAssociation constructor
PhoneNumberAssociation({
- DateTime? associatedTimestamp,
- PhoneNumberAssociationName? name,
- String? value,
Implementation
PhoneNumberAssociation({
this.associatedTimestamp,
this.name,
this.value,
});