ChannelModel2 constructor

ChannelModel2({
  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

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