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

Represents a 403 response.

Source

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