Enum<T> class abstract

The new baseclass for all enum's

Implementers

Constructors

Enum(T _value, String _name)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
no setter

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