CockpitRemoteBridgeResponse constructor
const
CockpitRemoteBridgeResponse({})
Implementation
const CockpitRemoteBridgeResponse({
required this.requestId,
required this.statusCode,
this.contentType = 'application/json',
this.jsonBody,
this.bytesBase64,
});