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