HasType class abstract

Something that has a type.

This includes table and result-set column and variables.

Implementers
Available Extensions

Constructors

HasType()

Properties

hashCode int
The hash code for this object.
no setterinherited
isArray bool
Whether this type is an array in sql.
no setter
nullable bool
Whether the type is nullable in Dart.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ColumnType
The associated sql type.
no setter
typeConverter UsedTypeConverter?
The applied type converter, or null.
no setter

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