PredictorExecutionDetails constructor

PredictorExecutionDetails({
  1. List<PredictorExecution>? predictorExecutions,
})

Implementation

PredictorExecutionDetails({
  this.predictorExecutions,
});