ChannelGrouping constructor

ChannelGrouping({
  1. String? fallbackName,
  2. String? name,
  3. List<Rule>? rules,
})

Implementation

ChannelGrouping({
  this.fallbackName,
  this.name,
  this.rules,
});