EnumType enum
Enum type for enum values.
Values
- ordinal → const EnumType
-
Stores the index of the enum as a byte value.
- ordinal32 → const EnumType
-
Stores the index of the enum as a 4-byte value. Use this type if your enum has more than 256 values or needs to be nullable.
- name → const EnumType
-
Uses the name of the enum value.
- value → const EnumType
-
Uses a custom enum value.
Properties
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