WorkGroupSummary constructor
WorkGroupSummary({
- DateTime? creationTime,
- String? description,
- String? name,
- WorkGroupState? state,
Implementation
WorkGroupSummary({
this.creationTime,
this.description,
this.name,
this.state,
});