$$TeacherTableProcessedTableManager typedef

$$TeacherTableProcessedTableManager = ProcessedTableManager<_$SharedDatabase, $TeacherTable, TeacherData, $$TeacherTableFilterComposer, $$TeacherTableOrderingComposer, $$TeacherTableAnnotationComposer, $$TeacherTableCreateCompanionBuilder, $$TeacherTableUpdateCompanionBuilder, (TeacherData, $$TeacherTableReferences), TeacherData, PrefetchHooks Function({bool countryId, bool genderId, bool teacherPositionId, bool universityId})>

Implementation

typedef $$TeacherTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $TeacherTable,
      TeacherData,
      $$TeacherTableFilterComposer,
      $$TeacherTableOrderingComposer,
      $$TeacherTableAnnotationComposer,
      $$TeacherTableCreateCompanionBuilder,
      $$TeacherTableUpdateCompanionBuilder,
      (TeacherData, $$TeacherTableReferences),
      TeacherData,
      PrefetchHooks Function({
        bool genderId,
        bool teacherPositionId,
        bool universityId,
        bool countryId,
      })
    >;