$$SupplierTableProcessedTableManager typedef

Implementation

typedef $$SupplierTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $SupplierTable,
      SupplierData,
      $$SupplierTableFilterComposer,
      $$SupplierTableOrderingComposer,
      $$SupplierTableAnnotationComposer,
      $$SupplierTableCreateCompanionBuilder,
      $$SupplierTableUpdateCompanionBuilder,
      (SupplierData, $$SupplierTableReferences),
      SupplierData,
      PrefetchHooks Function({bool supplierTypeId})
    >;