FEEGChannelId enum
Values
- unknown → const FEEGChannelId
- o1 → const FEEGChannelId
- p3 → const FEEGChannelId
- c3 → const FEEGChannelId
- f3 → const FEEGChannelId
- fp1 → const FEEGChannelId
- t5 → const FEEGChannelId
- t3 → const FEEGChannelId
- f7 → const FEEGChannelId
- f8 → const FEEGChannelId
- t4 → const FEEGChannelId
- t6 → const FEEGChannelId
- fp2 → const FEEGChannelId
- f4 → const FEEGChannelId
- c4 → const FEEGChannelId
- p4 → const FEEGChannelId
- o2 → const FEEGChannelId
- d1 → const FEEGChannelId
- d2 → const FEEGChannelId
- oZ → const FEEGChannelId
- pZ → const FEEGChannelId
- cZ → const FEEGChannelId
- fZ → const FEEGChannelId
- fpZ → const FEEGChannelId
- d3 → const FEEGChannelId
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FEEGChannelId> - A constant List of the values in this enum, in order of their declaration.