Enum<T> class
abstract
The new baseclass for all enum's
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns string representation of the enum
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited