AchievementConfigurationDetail class

An achievement configuration detail.

Constructors

AchievementConfigurationDetail({LocalizedStringBundle? description, String? iconUrl, String? kind, LocalizedStringBundle? name, int? pointValue, int? sortRank})
AchievementConfigurationDetail.fromJson(Map json_)

Properties

description LocalizedStringBundle?
Localized strings for the achievement description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
The icon url of this achievement.
getter/setter pair
kind String?
Uniquely identifies the type of this resource.
getter/setter pair
name LocalizedStringBundle?
Localized strings for the achievement name.
getter/setter pair
pointValue int?
Point value for the achievement.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortRank int?
The sort rank of this achievement.
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