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