$$SessionsTableProcessedTableManager typedef

$$SessionsTableProcessedTableManager = ProcessedTableManager<_$ScopedDatabase, $SessionsTable, SessionRow, $$SessionsTableFilterComposer, $$SessionsTableOrderingComposer, $$SessionsTableAnnotationComposer, $$SessionsTableCreateCompanionBuilder, $$SessionsTableUpdateCompanionBuilder, (SessionRow, BaseReferences<_$ScopedDatabase, $SessionsTable, SessionRow>), SessionRow, PrefetchHooks Function()>

Implementation

typedef $$SessionsTableProcessedTableManager =
    ProcessedTableManager<
      _$ScopedDatabase,
      $SessionsTable,
      SessionRow,
      $$SessionsTableFilterComposer,
      $$SessionsTableOrderingComposer,
      $$SessionsTableAnnotationComposer,
      $$SessionsTableCreateCompanionBuilder,
      $$SessionsTableUpdateCompanionBuilder,
      (
        SessionRow,
        BaseReferences<_$ScopedDatabase, $SessionsTable, SessionRow>,
      ),
      SessionRow,
      PrefetchHooks Function()
    >;