UpdateSmsChannelResponse constructor

UpdateSmsChannelResponse({
  1. required SMSChannelResponse sMSChannelResponse,
})

Implementation

UpdateSmsChannelResponse({
  required this.sMSChannelResponse,
});