$$ProductTableProcessedTableManager typedef

$$ProductTableProcessedTableManager = ProcessedTableManager<_$SharedDatabase, $ProductTable, ProductData, $$ProductTableFilterComposer, $$ProductTableOrderingComposer, $$ProductTableAnnotationComposer, $$ProductTableCreateCompanionBuilder, $$ProductTableUpdateCompanionBuilder, (ProductData, $$ProductTableReferences), ProductData, PrefetchHooks Function({bool categoryId, bool salesOrderLineRefs})>

Implementation

typedef $$ProductTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $ProductTable,
      ProductData,
      $$ProductTableFilterComposer,
      $$ProductTableOrderingComposer,
      $$ProductTableAnnotationComposer,
      $$ProductTableCreateCompanionBuilder,
      $$ProductTableUpdateCompanionBuilder,
      (ProductData, $$ProductTableReferences),
      ProductData,
      PrefetchHooks Function({bool categoryId, bool salesOrderLineRefs})
    >;