query constant

  1. @pageRouteQuery
_$NotePageQuery const query

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