PredictOutput constructor

PredictOutput({
  1. Prediction? prediction,
})

Implementation

PredictOutput({
  this.prediction,
});