$$NotificationMessageTableProcessedTableManager typedef

Implementation

typedef $$NotificationMessageTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $NotificationMessageTable,
      NotificationMessageData,
      $$NotificationMessageTableFilterComposer,
      $$NotificationMessageTableOrderingComposer,
      $$NotificationMessageTableAnnotationComposer,
      $$NotificationMessageTableCreateCompanionBuilder,
      $$NotificationMessageTableUpdateCompanionBuilder,
      (
        NotificationMessageData,
        BaseReferences<
          _$SharedDatabase,
          $NotificationMessageTable,
          NotificationMessageData
        >,
      ),
      NotificationMessageData,
      PrefetchHooks Function()
    >;