query constant
- @pageRouteQuery
Used to transition to the ViewPage screen.
router.push(ViewPage.query(parameters)); // Push page to ViewPage.
router.replace(ViewPage.query(parameters)); // Push page to ViewPage.
Implementation
@pageRouteQuery
static const query = _$ViewPageQuery();