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