DataType enum

Inheritance
Available extensions

Values

INT → const DataType
INT_OR_NULL → const DataType
DOUBLE → const DataType
DOUBLE_OR_NULL → const DataType
STRING → const DataType
STRING_OR_NULL → const DataType
BOOL → const DataType
BOOL_OR_NULL → const DataType
JSON → const DataType
JSON_OR_NULL → const DataType
OBJECT → const DataType
OBJECT_OR_NULL → const DataType
INTS → const DataType
INTS_OR_NULL → const DataType
DOUBLES → const DataType
DOUBLES_OR_NULL → const DataType
STRINGS → const DataType
STRINGS_OR_NULL → const DataType
BOOLS → const DataType
BOOLS_OR_NULL → const DataType
JSONS → const DataType
JSONS_OR_NULL → const DataType
OBJECTS → const DataType
OBJECTS_OR_NULL → const DataType
NULL → const DataType
OTHER → const DataType

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

isSameAs(Object? source) bool

Available on Enum, provided by the EnumHelper extension

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<DataType>
A constant List of the values in this enum, in order of their declaration.