EnumeratedType class
A type name that is enumerated.
Constructors
- EnumeratedType(String name, int enumeration, CustomTypes type, {Class? associatedClass, Enum? associatedEnum})
- Constructor.
Properties
- associatedClass → Class?
-
The associated Class that is represented by the EnumeratedType.
final
- associatedEnum → Enum?
-
The associated Enum that is represented by the EnumeratedType.
final
- enumeration → int
-
The enumeration of the class.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CustomTypes
-
The type of custom type of the enumerated type.
final
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