ChannelDescription constructor

ChannelDescription({
  1. required int channelLabel,
  2. required int channelFlags,
  3. required List<double> coordinates,
})

Implementation

ChannelDescription({
  required this.channelLabel,
  required this.channelFlags,
  required this.coordinates,
});