$$FootballPlayerTableProcessedTableManager typedef

Implementation

typedef $$FootballPlayerTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $FootballPlayerTable,
      FootballPlayerData,
      $$FootballPlayerTableFilterComposer,
      $$FootballPlayerTableOrderingComposer,
      $$FootballPlayerTableAnnotationComposer,
      $$FootballPlayerTableCreateCompanionBuilder,
      $$FootballPlayerTableUpdateCompanionBuilder,
      (FootballPlayerData, $$FootballPlayerTableReferences),
      FootballPlayerData,
      PrefetchHooks Function({bool countryId})
    >;