JobStatus constructor
JobStatus({
- String? runDuration,
- String? state,
- List<
StatusEvent> ? statusEvents, - Map<
String, TaskGroupStatus> ? taskGroups,
Implementation
JobStatus({this.runDuration, this.state, this.statusEvents, this.taskGroups});