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