PrimitivesEnum enum

Inheritance
Available extensions

Values

Str → const PrimitivesEnum
Bool → const PrimitivesEnum
I8 → const PrimitivesEnum
I16 → const PrimitivesEnum
I32 → const PrimitivesEnum
I64 → const PrimitivesEnum
I128 → const PrimitivesEnum
I256 → const PrimitivesEnum
U8 → const PrimitivesEnum
U16 → const PrimitivesEnum
U32 → const PrimitivesEnum
U64 → const PrimitivesEnum
U128 → const PrimitivesEnum
U256 → const PrimitivesEnum

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

encodeTo(Output output) → void

Available on T, provided by the EnumExtensions extension

Encodes value of Enum to the HexOutput / ByteOutput
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

Static Methods

fromString(String name) Codec

Constants

values → const List<PrimitivesEnum>
A constant List of the values in this enum, in order of their declaration.