ExecutionDetails constructor

ExecutionDetails({
  1. String? externalExecutionId,
  2. int? percentComplete,
  3. String? summary,
})

Implementation

ExecutionDetails({
  this.externalExecutionId,
  this.percentComplete,
  this.summary,
});