PredictorNotMountedException constructor

PredictorNotMountedException({
  1. String? message,
})

Implementation

PredictorNotMountedException({
  this.message,
});