IExecutionStatusValues constructor

IExecutionStatusValues(
  1. IExecutionStatus lockFailed_,
  2. IExecutionStatus frameNotFound_,
  3. IExecutionStatus threadNotFound_,
  4. IExecutionStatus skipped_,
  5. IExecutionStatus completed_,
  6. IExecutionStatus error_,
  7. IExecutionStatus invalidState_,
)

Implementation

IExecutionStatusValues(this.lockFailed_,
    this.frameNotFound_,
    this.threadNotFound_,
    this.skipped_,
    this.completed_,
    this.error_,
    this.invalidState_) : delegate = List.unmodifiable([lockFailed_,frameNotFound_,threadNotFound_,skipped_,completed_,error_,invalidState_]);