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