Represents a 403 response.
Source
Response.forbidden({Map<String, dynamic> headers, dynamic body})
: this(HttpStatus.FORBIDDEN, headers, body);
Represents a 403 response.
Response.forbidden({Map<String, dynamic> headers, dynamic body})
: this(HttpStatus.FORBIDDEN, headers, body);