DeleteSmsChannelResponse constructor

DeleteSmsChannelResponse({
  1. required SMSChannelResponse sMSChannelResponse,
})

Implementation

DeleteSmsChannelResponse({
  required this.sMSChannelResponse,
});