HasType class Null safety
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.
read-only, inherited
- isArray → bool
-
Whether this type is an array in sql.
read-only
- nullable → bool
-
Whether the type is nullable in Dart.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → ColumnType
-
The associated sql type.
read-only
- typeConverter → UsedTypeConverter?
-
The applied type converter, or null.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited