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