FieldType class

Inheritance

Properties

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

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

Static Methods

nameOf(FieldType value) String?
valueOf(int value) FieldType

Constants

BOOLEAN → const FieldType
DECIMAL → const FieldType
DOUBLE → const FieldType
FIELD_ARRAY → const FieldType
FIELD_TABLE → const FieldType
FLOAT → const FieldType
LONG_INT → const FieldType
LONG_LONG_INT → const FieldType
LONG_LONG_UINT → const FieldType
LONG_STRING → const FieldType
LONG_UINT → const FieldType
SHORT_INT → const FieldType
SHORT_SHORT_INT → const FieldType
SHORT_SHORT_UINT → const FieldType
SHORT_STRING → const FieldType
SHORT_UINT → const FieldType
TIMESTAMP → const FieldType
VOID → const FieldType