Represents a 200 response.
Source
Response.ok(dynamic body, {Map<String, dynamic> headers}) : this(HttpStatus.OK, headers, body);
Represents a 200 response.
Response.ok(dynamic body, {Map<String, dynamic> headers}) : this(HttpStatus.OK, headers, body);