$$ContributorTableProcessedTableManager typedef

Implementation

typedef $$ContributorTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $ContributorTable,
      ContributorData,
      $$ContributorTableFilterComposer,
      $$ContributorTableOrderingComposer,
      $$ContributorTableAnnotationComposer,
      $$ContributorTableCreateCompanionBuilder,
      $$ContributorTableUpdateCompanionBuilder,
      (ContributorData, $$ContributorTableReferences),
      ContributorData,
      PrefetchHooks Function({bool projectId, bool appUserId})
    >;