NotFoundRoute constructor

const NotFoundRoute({
  1. Key? key,
})

Implementation

const NotFoundRoute({Key? key}) : super(key: key);