LeaderboardConfiguration class

An leaderboard configuration resource.

Constructors

LeaderboardConfiguration({LeaderboardConfigurationDetail? draft, String? id, String? kind, LeaderboardConfigurationDetail? published, String? scoreMax, String? scoreMin, String? scoreOrder, String? token})
LeaderboardConfiguration.fromJson(Map json_)

Properties

draft LeaderboardConfigurationDetail?
The draft data of the leaderboard.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the leaderboard.
getter/setter pair
kind String?
Uniquely identifies the type of this resource.
getter/setter pair
published LeaderboardConfigurationDetail?
The read-only published data of the leaderboard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreMax String?
Maximum score that can be posted to this leaderboard.
getter/setter pair
scoreMin String?
Minimum score that can be posted to this leaderboard.
getter/setter pair
scoreOrder String?
Possible string values are:
getter/setter pair
token String?
The token for this resource.
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