contributorRefs property
$$ContributorTableProcessedTableManager
get
contributorRefs
Implementation
$$ContributorTableProcessedTableManager get contributorRefs {
final manager = $$ContributorTableTableManager(
$_db,
$_db.contributor,
).filter((f) => f.appUserId.id.sqlEquals($_itemColumn<int>('id')!));
final cache = $_typedResult.readTableOrNull(_contributorRefsTable($_db));
return ProcessedTableManager(
manager.$state.copyWith(prefetchedData: cache),
);
}