churnProbability property

double? churnProbability
getter/setter pair

The probability of the player not returning to play the game in the next day.

E.g., 0, 0.1, 0.5, ..., 1.0. Not populated if there is not enough information.

Implementation

core.double? churnProbability;