addQuery constant

_$NoteAddPageQuery const addQuery

Used to transition to the NoteAddPage screen.

router.push(NoteForm.addQuery(parameters));    // Push page to NoteAddPage.
router.replace(NoteForm.addQuery(parameters)); // Push page to NoteAddPage.

Implementation

static const addQuery = NoteAddPage.query;