NotFound constructor

const NotFound()

Informs the router that no page was found.

Results in the router calling onUnknownRoute. By default this will show DefaultNotFoundPage.

Implementation

const NotFound();