ProfileEditPageQuery typedef

ProfileEditPageQuery = _$ProfileEditPageQuery

RouteQueryBuilder, which is also available externally.

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

Implementation

typedef ProfileEditPageQuery = _$ProfileEditPageQuery;