UpdatePhoneNumberRequestItem constructor
UpdatePhoneNumberRequestItem({
- required String phoneNumberId,
- String? callingName,
- PhoneNumberProductType? productType,
Implementation
UpdatePhoneNumberRequestItem({
required this.phoneNumberId,
this.callingName,
this.productType,
});