Response.notFound({Map<String, dynamic> headers, body })

Represents a 404 response.

Source

Response.notFound({Map<String, dynamic> headers, dynamic body})
    : this(HttpStatus.NOT_FOUND, headers, body);