GetDebugConfigRequest constructor

GetDebugConfigRequest({
  1. String? componentId,
  2. String? location,
  3. String? workerId,
})

Implementation

GetDebugConfigRequest({
  this.componentId,
  this.location,
  this.workerId,
});