AchievementResetResponse class

An achievement reset response.

Constructors

AchievementResetResponse({String? currentState, String? definitionId, String? kind, bool? updateOccurred})
AchievementResetResponse.fromJson(Map json_)

Properties

currentState String?
The current state of the achievement.
getter/setter pair
definitionId String?
The ID of an achievement 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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateOccurred bool?
Flag to indicate if the requested update actually occurred.
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