estimatedInputPrice property
Implementation
@override
late final GeneratedColumn<double> estimatedInputPrice =
GeneratedColumn<double>(
'estimated_input_price',
aliasedName,
false,
type: DriftSqlType.double,
requiredDuringInsert: true,
);