Represents a 404 response.
Response.notFound({Map<String, dynamic>? headers, dynamic body}) : this(HttpStatus.notFound, headers, body);