driftSqlType property

  1. @override
BaseSqlType<D> driftSqlType
override

The BaseSqlType backing this expression.

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

Implementation

@override
BaseSqlType<D> get driftSqlType => _customSqlType ?? super.driftSqlType;