ChannelModel constructor

ChannelModel({
  1. String id = Constant.channel_notification_song_share,
  2. String name = Constant.channel_notification_song_share,
  3. String description = Constant.channel_notification_song_share,
})

Implementation

ChannelModel({
      this.id = Constant.channel_notification_song_share,
      this.name = Constant.channel_notification_song_share,
      this.description = Constant.channel_notification_song_share});