$$ChatItemViewsTableProcessedTableManager typedef

$$ChatItemViewsTableProcessedTableManager = ProcessedTableManager<_$ScopedDatabase, $ChatItemViewsTable, ChatItemViewRow, $$ChatItemViewsTableFilterComposer, $$ChatItemViewsTableOrderingComposer, $$ChatItemViewsTableAnnotationComposer, $$ChatItemViewsTableCreateCompanionBuilder, $$ChatItemViewsTableUpdateCompanionBuilder, (ChatItemViewRow, BaseReferences<_$ScopedDatabase, $ChatItemViewsTable, ChatItemViewRow>), ChatItemViewRow, PrefetchHooks Function()>

Implementation

typedef $$ChatItemViewsTableProcessedTableManager = ProcessedTableManager<
    _$ScopedDatabase,
    $ChatItemViewsTable,
    ChatItemViewRow,
    $$ChatItemViewsTableFilterComposer,
    $$ChatItemViewsTableOrderingComposer,
    $$ChatItemViewsTableAnnotationComposer,
    $$ChatItemViewsTableCreateCompanionBuilder,
    $$ChatItemViewsTableUpdateCompanionBuilder,
    (
      ChatItemViewRow,
      BaseReferences<_$ScopedDatabase, $ChatItemViewsTable, ChatItemViewRow>
    ),
    ChatItemViewRow,
    PrefetchHooks Function()>;