CockpitRemoteSessionEndpointResponse.json constructor
const
CockpitRemoteSessionEndpointResponse.json(})
Implementation
const CockpitRemoteSessionEndpointResponse.json(
Map<String, Object?> body, {
int statusCode = HttpStatus.ok,
}) : this._(
statusCode: statusCode,
contentType: 'application/json',
jsonBody: body,
);