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