PhoneNumber constructor
PhoneNumber({
- List<
PhoneNumberAssociation> ? associations, - String? callingName,
- CallingNameStatus? callingNameStatus,
- PhoneNumberCapabilities? capabilities,
- DateTime? createdTimestamp,
- DateTime? deletionTimestamp,
- String? e164PhoneNumber,
- String? phoneNumberId,
- PhoneNumberProductType? productType,
- PhoneNumberStatus? status,
- PhoneNumberType? type,
- 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,
});