PlayerLeaderboardScore class

A player leaderboard score object.

Constructors

PlayerLeaderboardScore({LeaderboardScoreRank? friendsRank, String? kind, String? leaderboardId, LeaderboardScoreRank? publicRank, String? scoreString, String? scoreTag, String? scoreValue, LeaderboardScoreRank? socialRank, String? timeSpan, String? writeTimestamp})
PlayerLeaderboardScore.fromJson(Map json_)

Properties

friendsRank LeaderboardScoreRank?
The rank of the score in the friends collection for this leaderboard.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Uniquely identifies the type of this resource.
getter/setter pair
leaderboardId String?
The ID of the leaderboard this score is in.
getter/setter pair
publicRank LeaderboardScoreRank?
The public rank of the score in this leaderboard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreString String?
The formatted value of this score.
getter/setter pair
scoreTag String?
Additional information about the score.
getter/setter pair
scoreValue String?
The numerical value of this score.
getter/setter pair
socialRank LeaderboardScoreRank?
The social rank of the score in this leaderboard.
getter/setter pair
timeSpan String?
The time span of this score. Possible string values are:
getter/setter pair
writeTimestamp String?
The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.
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