StartRequest constructor

StartRequest({
  1. String? workspaceId,
})

Implementation

StartRequest({
  this.workspaceId,
});