WorkGroupSummary constructor

WorkGroupSummary({
  1. DateTime? creationTime,
  2. String? description,
  3. String? name,
  4. WorkGroupState? state,
})

Implementation

WorkGroupSummary({
  this.creationTime,
  this.description,
  this.name,
  this.state,
});