TypeTest enum

The range of supported type tests

Inheritance

Constructors

TypeTest()
const

Values

bool → const TypeTest
int → const TypeTest
double → const TypeTest
string → const TypeTest
listOfBool → const TypeTest
listOfInt → const TypeTest
listOfDouble → const TypeTest
listOfString → const TypeTest
mapOfBoolBool → const TypeTest
mapOfBoolInt → const TypeTest
mapOfBoolDouble → const TypeTest
mapOfBoolString → const TypeTest
mapOfIntBool → const TypeTest
mapOfIntInt → const TypeTest
mapOfIntDouble → const TypeTest
mapOfIntString → const TypeTest
mapOfDoubleBool → const TypeTest
mapOfDoubleInt → const TypeTest
mapOfDoubleDouble → const TypeTest
mapOfDoubleString → const TypeTest
mapOfStringBool → const TypeTest
mapOfStringInt → const TypeTest
mapOfStringDouble → const TypeTest
mapOfStringString → const TypeTest
classOfBool → const TypeTest
classOfInt → const TypeTest
classOfDouble → const TypeTest
classOfString → const TypeTest
classOfListBool → const TypeTest
classOfListInt → const TypeTest
classOfListDouble → const TypeTest
classOfListString → const TypeTest
classOfMapBoolBool → const TypeTest
classOfMapBoolInt → const TypeTest
classOfMapBoolDouble → const TypeTest
classOfMapBoolString → const TypeTest
classOfMapIntBool → const TypeTest
classOfMapIntInt → const TypeTest
classOfMapIntDouble → const TypeTest
classOfMapIntString → const TypeTest
classOfMapDoubleBool → const TypeTest
classOfMapDoubleInt → const TypeTest
classOfMapDoubleDouble → const TypeTest
classOfMapDoubleString → const TypeTest
classOfMapStringBool → const TypeTest
classOfMapStringInt → const TypeTest
classOfMapStringDouble → const TypeTest
classOfMapStringString → const TypeTest

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<TypeTest>
A constant List of the values in this enum, in order of their declaration.