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