IntroductionPageQuery typedef

IntroductionPageQuery = _$IntroductionPageQuery

RouteQueryBuilder, which is also available externally.

@PagePath(
  "test",
  implementType: IntroductionPageQuery,
)
class TestPage extends PageScopedWidget {
}

Implementation

typedef IntroductionPageQuery = _$IntroductionPageQuery;