value property
Expression<DriftAny>
get
value
The value for the current value.
Scalar values are returned directly, objects and arrays are returned as JSON strings.
Implementation
Expression<DriftAny> get value => _col('value');