DestinyArtifactTierDefinition class

Annotations
  • @JsonSerializable()

Properties

displayTitle String?
The human readable title of this tier, if any.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<DestinyArtifactTierItemDefinition>?
The items that can be earned within this tier.
getter/setter pair
minimumUnlockPointsUsedRequirement int?
The minimum number of "unlock points" that you must have used before you can unlock items from this tier.
getter/setter pair
progressRequirementMessage String?
A string representing the localized minimum requirement text for this Tier, if any.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tierHash int?
An identifier, unique within the Artifact, for this specific tier.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinyArtifactTierDefinition>