query constant

  1. @pageRouteQuery
_$ViewPageQuery const query

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();