ChannelGroupingRule constructor
ChannelGroupingRule({
- List<
DisjunctiveMatchStatement> ? disjunctiveMatchStatements, - String? kind,
- String? name,
Implementation
ChannelGroupingRule({
this.disjunctiveMatchStatements,
this.kind,
this.name,
});