query constant

  1. @pageRouteQuery
_$NoteEditPageQuery const query

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