LeaderboardConfigurationDetail class
A leaderboard configuration detail.
Constructors
- LeaderboardConfigurationDetail({String? iconUrl, String? kind, LocalizedStringBundle? name, GamesNumberFormatConfiguration? scoreFormat, int? sortRank})
- LeaderboardConfigurationDetail.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUrl ↔ String?
-
The icon url of this leaderboard.
getter/setter pair
- kind ↔ String?
-
Uniquely identifies the type of this resource.
getter/setter pair
- name ↔ LocalizedStringBundle?
-
Localized strings for the leaderboard name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoreFormat ↔ GamesNumberFormatConfiguration?
-
The score formatting for the leaderboard.
getter/setter pair
- sortRank ↔ int?
-
The sort rank of this leaderboard.
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