real method

  1. @protected
ColumnBuilder<double> real()

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();