Response.Ok constructor

Response.Ok(
  1. dynamic body
)

Implementation

Response.Ok(dynamic body) :
  this(HttpStatus.ok, body: body);