OBXPropertyType class abstract
Constructors
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
Constants
- Bool → const int
- ///< 1 byte
- Byte → const int
- ///< 1 byte
- ByteVector → const int
- Char → const int
- ///< 1 byte
- Date → const int
- ///< Unix timestamp (milliseconds since 1970) in 8 bytes
- DateNano → const int
- ///< Unix timestamp (nanoseconds since 1970) in 8 bytes
- Double → const int
- ///< 8 bytes
- Float → const int
- ///< 4 bytes
- Int → const int
- ///< 4 bytes
- Long → const int
- ///< 8 bytes
- Relation → const int
- Short → const int
- ///< 2 bytes
- String → const int
- StringVector → const int