ProfilePageQuery typedef
ProfilePageQuery = _$ProfilePageQuery
RouteQueryBuilder, which is also available externally.
@PagePath(
"test",
implementType: ProfilePageQuery,
)
class TestPage extends PageScopedWidget {
}
Implementation
typedef ProfilePageQuery = _$ProfilePageQuery;