PhoneNumber constructor

PhoneNumber({
  1. List<PhoneNumberAssociation>? associations,
  2. String? callingName,
  3. CallingNameStatus? callingNameStatus,
  4. PhoneNumberCapabilities? capabilities,
  5. DateTime? createdTimestamp,
  6. DateTime? deletionTimestamp,
  7. String? e164PhoneNumber,
  8. String? phoneNumberId,
  9. PhoneNumberProductType? productType,
  10. PhoneNumberStatus? status,
  11. PhoneNumberType? type,
  12. DateTime? updatedTimestamp,
})

Implementation

PhoneNumber({
  this.associations,
  this.callingName,
  this.callingNameStatus,
  this.capabilities,
  this.createdTimestamp,
  this.deletionTimestamp,
  this.e164PhoneNumber,
  this.phoneNumberId,
  this.productType,
  this.status,
  this.type,
  this.updatedTimestamp,
});