OperationProgress constructor

OperationProgress({
  1. List<Metric>? metrics,
  2. String? name,
  3. List<OperationProgress>? stages,
  4. String? status,
})

Implementation

OperationProgress({
  this.metrics,
  this.name,
  this.stages,
  this.status,
});