GetWorkGroupOutput constructor

GetWorkGroupOutput({
  1. WorkGroup? workGroup,
})

Implementation

GetWorkGroupOutput({
  this.workGroup,
});