StopRequest constructor

StopRequest({
  1. String? workspaceId,
})

Implementation

StopRequest({
  this.workspaceId,
});