BaseType enum

Inheritance

Constructors

BaseType()
const

Values

ENUM → const BaseType
SINT8 → const BaseType
UINT8 → const BaseType
SINT16 → const BaseType
UINT16 → const BaseType
SINT32 → const BaseType
UINT32 → const BaseType
STRING → const BaseType
FLOAT32 → const BaseType
FLOAT64 → const BaseType
UINT8Z → const BaseType
UINT16Z → const BaseType
UINT32Z → const BaseType
BYTE → const BaseType
SINT64 → const BaseType
UINT64 → const BaseType
UINT64Z → const BaseType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

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