NotFound constructor

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

Implementation

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