daysSinceLastPlayed property

int? daysSinceLastPlayed
getter/setter pair

Number of days since the player last played this game.

E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.

Implementation

core.int? daysSinceLastPlayed;