category property

$$PortalApplicationCategoriesTableFilterComposer get category

Implementation

$$PortalApplicationCategoriesTableFilterComposer get category {
  final $$PortalApplicationCategoriesTableFilterComposer composer =
      $composerBuilder(
        composer: this,
        getCurrentColumn: (t) => t.category,
        referencedTable: $db.portalApplicationCategories,
        getReferencedColumn: (t) => t.id,
        builder:
            (
              joinBuilder, {
              $addJoinBuilderToRootComposer,
              $removeJoinBuilderFromRootComposer,
            }) => $$PortalApplicationCategoriesTableFilterComposer(
              $db: $db,
              $table: $db.portalApplicationCategories,
              $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer,
              joinBuilder: joinBuilder,
              $removeJoinBuilderFromRootComposer:
                  $removeJoinBuilderFromRootComposer,
            ),
      );
  return composer;
}