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