SubmissionScoreResult class

A class that includes the information about a submitted score on a leaderboard.

Constructors

SubmissionScoreResult({String? displayScore, bool? isBest, int? playerRawScore, String? scoreTips})
SubmissionScoreResult.fromMap(Map map)
factory

Properties

displayScore String?
Localized score on a leaderboard.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBest bool?
Indicates whether the score is the best score ever achieved by the player.
getter/setter pair
playerRawScore int?
Raw value of a submitted score.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreTips String?
Custom unit of a submitted score. If no custom unit is defined, null is returned.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited