SMSChannelRequest constructor

SMSChannelRequest({
  1. bool? enabled,
  2. String? senderId,
  3. String? shortCode,
})

Implementation

SMSChannelRequest({
  this.enabled,
  this.senderId,
  this.shortCode,
});