Response.Unauthorized constructor

Response.Unauthorized(
  1. dynamic body
)

Implementation

Response.Unauthorized(dynamic body) :
  this(HttpStatus.unauthorized, body: body);