TypeHint class abstract

Provides more precise hints than the BasicType. For instance, booleans are stored as ints in sqlite, but it might be desirable to know whether an expression will actually be a boolean, so we could set the ResolvedType.hint to IsBoolean.

Implementers

Constructors

TypeHint()
const

Properties

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