real method

Use this as the body of a getter to declare a column that holds floating point numbers. Example

RealColumn get averageSpeed => real()();

Implementation

@protected
ColumnBuilder<double> real() => _isGenerated();