IsarType enum
Supported Isar types
Values
- bool → const IsarType
-
Boolean
const IsarType('Bool')
- byte → const IsarType
-
8-bit unsigned integer
const IsarType('Byte')
- int → const IsarType
-
32-bit singed integer
const IsarType('Int')
- float → const IsarType
-
32-bit float
const IsarType('Float')
- long → const IsarType
-
64-bit singed integer
const IsarType('Long')
- double → const IsarType
-
64-bit float
const IsarType('Double')
- dateTime → const IsarType
-
DateTime
const IsarType('DateTime')
- string → const IsarType
-
String
const IsarType('String')
- object → const IsarType
-
Embedded object
const IsarType('Object')
- boolList → const IsarType
-
Boolean list
const IsarType('BoolList')
- byteList → const IsarType
-
8-bit unsigned integer list
const IsarType('ByteList')
- intList → const IsarType
-
32-bit singed integer list
const IsarType('IntList')
- floatList → const IsarType
-
32-bit float list
const IsarType('FloatList')
- longList → const IsarType
-
64-bit singed integer list
const IsarType('LongList')
- doubleList → const IsarType
-
64-bit float list
const IsarType('DoubleList')
- dateTimeList → const IsarType
-
DateTime list
const IsarType('DateTimeList')
- stringList → const IsarType
-
String list
const IsarType('StringList')
- objectList → const IsarType
-
Embedded object list
const IsarType('ObjectList')
Properties
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