items property

List<LeaderboardEntry>? items
getter/setter pair

The scores in the leaderboard.

Implementation

core.List<LeaderboardEntry>? items;