OBXPropertyType class abstract

Constructors

OBXPropertyType()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

Bool → const int
< 1 byte
1
Byte → const int
< 1 byte
2
ByteVector → const int
23
Char → const int
< 1 byte
4
Date → const int
< Unix timestamp (milliseconds since 1970) in 8 bytes
10
DateNano → const int
< Unix timestamp (nanoseconds since 1970) in 8 bytes
12
Double → const int
< 8 bytes
8
Flex → const int
< Flexible" type, which may contain scalars (integers, floating points), strings or < containers (lists and maps). Note: a flex map must use string keys.
13
Float → const int
< 4 bytes
7
Int → const int
< 4 bytes
5
Long → const int
< 8 bytes
6
Relation → const int
11
Short → const int
< 2 bytes
3
String → const int
9
StringVector → const int
30