rawSqlValue property

Object rawSqlValue
final

The direct, unmodified SQL value being wrapped by this DriftAny instance.

Please note that a rawSqlValue can't always be mapped to a unique Dart interpretation - see readAs for a discussion of which additional information is necessary to interpret this value.

Implementation

final Object rawSqlValue;