$$ProductTableCreateCompanionBuilder typedef

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

Implementation

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