GoogleFirebasePredictionsV1beta1Prediction constructor

GoogleFirebasePredictionsV1beta1Prediction({
  1. double? percentile,
  2. String? predictionId,
  3. double? probability,
  4. String? state,
})

Implementation

GoogleFirebasePredictionsV1beta1Prediction({
  this.percentile,
  this.predictionId,
  this.probability,
  this.state,
});