estimatedInputPrice property

  1. @override
GeneratedColumn<double> estimatedInputPrice
latefinal

Implementation

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