SendDebugCaptureRequest constructor

SendDebugCaptureRequest({
  1. String? componentId,
  2. String? data,
  3. String? location,
  4. String? workerId,
})

Implementation

SendDebugCaptureRequest({
  this.componentId,
  this.data,
  this.location,
  this.workerId,
});