Response.Created constructor

Response.Created(
  1. dynamic body
)

Implementation

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