$$NoteTableProcessedTableManager typedef

$$NoteTableProcessedTableManager = ProcessedTableManager<_$SharedDatabase, $NoteTable, NoteData, $$NoteTableFilterComposer, $$NoteTableOrderingComposer, $$NoteTableAnnotationComposer, $$NoteTableCreateCompanionBuilder, $$NoteTableUpdateCompanionBuilder, (NoteData, BaseReferences<_$SharedDatabase, $NoteTable, NoteData>), NoteData, PrefetchHooks Function()>

Implementation

typedef $$NoteTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $NoteTable,
      NoteData,
      $$NoteTableFilterComposer,
      $$NoteTableOrderingComposer,
      $$NoteTableAnnotationComposer,
      $$NoteTableCreateCompanionBuilder,
      $$NoteTableUpdateCompanionBuilder,
      (NoteData, BaseReferences<_$SharedDatabase, $NoteTable, NoteData>),
      NoteData,
      PrefetchHooks Function()
    >;