GetSmsChannelResponse constructor

GetSmsChannelResponse({
  1. required SMSChannelResponse sMSChannelResponse,
})

Implementation

GetSmsChannelResponse({
  required this.sMSChannelResponse,
});