PhoneNumberAssociation constructor

PhoneNumberAssociation({
  1. DateTime? associatedTimestamp,
  2. PhoneNumberAssociationName? name,
  3. String? value,
})

Implementation

PhoneNumberAssociation({
  this.associatedTimestamp,
  this.name,
  this.value,
});