ChannelGrouping class
A channel grouping defines a set of rules that can be used to categorize events in a path report.
Constructors
-
ChannelGrouping({String? fallbackName, String? name, List<
Rule> ? rules}) - ChannelGrouping.fromJson(Map json_)
Properties
- fallbackName ↔ String?
-
The name to apply to an event that does not match any of the rules in the
channel grouping.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Channel Grouping name.
getter/setter pair
-
rules
↔ List<
Rule> ? -
Rules within Channel Grouping.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited