DataType class

Constructors

DataType()

Properties

hashCode int
The hash code for this object.
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

Static Methods

getElementType(int type) int
isArray(int type) bool
size(int type) int

Constants

Bool → const int
BoolArray → const int
Char → const int
CharArray → const int
DateTime → const int
DateTimeArray → const int
Decimal → const int
DecimalArray → const int
DistributedResource → const int
DistributedResourceArray → const int
Float32 → const int
Float32Array → const int
Float64 → const int
Float64Array → const int
Int8 → const int
Int8Array → const int
Int16 → const int
Int16Array → const int
Int32 → const int
Int32Array → const int
Int64 → const int
Int64Array → const int
NotModified → const int
Record → const int
RecordArray → const int
Resource → const int
ResourceArray → const int
ResourceLinkArray → const int
String → const int
StringArray → const int
Structure → const int
StructureArray → const int
UInt8 → const int
UInt8Array → const int
UInt16 → const int
UInt16Array → const int
UInt32 → const int
UInt32Array → const int
UInt64 → const int
UInt64Array → const int
Unspecified → const int
VarArray → const int
Void → const int