PlayerScoreResetResponse class

A list of reset leaderboard entry resources.

Constructors

PlayerScoreResetResponse({String? definitionId, String? kind, List<String>? resetScoreTimeSpans})
PlayerScoreResetResponse.fromJson(Map json_)

Properties

definitionId String?
The ID of an leaderboard for which player state has been updated.
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
resetScoreTimeSpans List<String>?
The time spans of the updated score.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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