Response.Created constructor
Response.Created(
- dynamic body
Implementation
Response.Created(dynamic body) :
this(HttpStatus.created, body: body);
Response.Created(dynamic body) :
this(HttpStatus.created, body: body);