DriftAny constructor

const DriftAny(
  1. Object rawSqlValue
)

Constructs a DriftAny wrapper around the rawSqlValue that will be written into the database without any modification by drift.

Implementation

const DriftAny(this.rawSqlValue) : assert(rawSqlValue is! DriftAny);