ComposerWorkload constructor
ComposerWorkload({
- String? name,
- ComposerWorkloadStatus? status,
- String? type,
Implementation
ComposerWorkload({
this.name,
this.status,
this.type,
});