AchievementConfiguration class
An achievement configuration resource.
Constructors
- AchievementConfiguration({String? achievementType, AchievementConfigurationDetail? draft, String? id, String? initialState, String? kind, AchievementConfigurationDetail? published, int? stepsToUnlock, String? token})
- AchievementConfiguration.fromJson(Map json_)
Properties
- achievementType ↔ String?
-
The type of the achievement.
Possible string values are:
getter/setter pair
- draft ↔ AchievementConfigurationDetail?
-
The draft data of the achievement.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the achievement.
getter/setter pair
- initialState ↔ String?
-
The initial state of the achievement.
Possible string values are:
getter/setter pair
- kind ↔ String?
-
Uniquely identifies the type of this resource.
getter/setter pair
- published ↔ AchievementConfigurationDetail?
-
The read-only published data of the achievement.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepsToUnlock ↔ int?
-
Steps to unlock.
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