InconclusiveDetail constructor

InconclusiveDetail({
  1. bool? abortedByUser,
  2. bool? hasErrorLogs,
  3. bool? infrastructureFailure,
})

Implementation

InconclusiveDetail({
  this.abortedByUser,
  this.hasErrorLogs,
  this.infrastructureFailure,
});