UpdatePhoneNumberRequestItem constructor

UpdatePhoneNumberRequestItem({
  1. required String phoneNumberId,
  2. String? callingName,
  3. PhoneNumberProductType? productType,
})

Implementation

UpdatePhoneNumberRequestItem({
  required this.phoneNumberId,
  this.callingName,
  this.productType,
});