estimatedInputPrice property

ColumnOrderings<double> get estimatedInputPrice

Implementation

ColumnOrderings<double> get estimatedInputPrice => $composableBuilder(
  column: $table.estimatedInputPrice,
  builder: (column) => ColumnOrderings(column),
);