unbeatenScores property

List<PlayerScore>? unbeatenScores
getter/setter pair

The scores in time spans that have not been beaten.

As an example, the submitted score may be better than the player's DAILY score, but not better than the player's scores for the WEEKLY or ALL_TIME time spans.

Implementation

core.List<PlayerScore>? unbeatenScores;