ScoreSubmission class

A request to submit a score to leaderboards.

Constructors

ScoreSubmission({String? kind, String? leaderboardId, String? score, String? scoreTag, String? signature})
ScoreSubmission.fromJson(Map json_)

Properties

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 leaderboard this score is being submitted to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score String?
The new score being submitted.
getter/setter pair
scoreTag String?
Additional information about this score.
getter/setter pair
signature String?
Signature Values will contain URI-safe characters as defined by section 2.3 of RFC 3986.
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