driftSqlType property

BaseSqlType<D> driftSqlType

The BaseSqlType backing this expression.

This is a recognized DriftSqlType for all expressions for which a custom type has not explicitly been set.

Implementation

BaseSqlType<D> get driftSqlType => DriftSqlType.forType();