ChannelTagData constructor

ChannelTagData({
  1. required String id,
  2. required int channel,
  3. required int rank,
  4. required String tag,
})

Implementation

ChannelTagData({
  required this.id,
  required this.channel,
  required this.rank,
  required this.tag,
});