GoogleFirebasePredictionsV1beta1Prediction class
Metadata for a prediction for a specific event.
Constructors
- GoogleFirebasePredictionsV1beta1Prediction({double? percentile, String? predictionId, double? probability, String? state})
- GoogleFirebasePredictionsV1beta1Prediction.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- percentile ↔ double?
-
The percentile where the predicted probability falls for this prediction,
compared to installations that are considered active, in the range [0,
1].
getter/setter pair
- predictionId ↔ String?
-
Prediction ID.
getter/setter pair
- probability ↔ double?
-
The current predicted probability, in the range [0, 1].
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Prediction state.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited