$$ProductTableUpdateCompanionBuilder typedef

$$ProductTableUpdateCompanionBuilder = ProductCompanion Function({Value<bool> active, Value<int> categoryId, Value<String?> description, Value<double> estimatedInputPrice, Value<int> id, Value<String?> imagePath, Value<String> name, Value<double> price, Value<double> taxRate})

Implementation

typedef $$ProductTableUpdateCompanionBuilder =
    ProductCompanion Function({
      Value<int> id,
      Value<String> name,
      Value<double> price,
      Value<bool> active,
      Value<String?> imagePath,
      Value<int> categoryId,
      Value<double> estimatedInputPrice,
      Value<double> taxRate,
      Value<String?> description,
    });