DestinyPresentationNodeComponent class

Annotations
  • @JsonSerializable()

Properties

completionValue int?
The value at which the presentation node is considered to be completed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objective DestinyObjectiveProgress?
An optional property: presentation nodes MAY have objectives, which can be used to infer more human readable data about the progress. However, progressValue and completionValue ought to be considered the canonical values for progress on Progression Nodes.
getter/setter pair
progressValue int?
How much of the presentation node is considered to be completed so far by the given character/profile.
getter/setter pair
recordCategoryScore int?
If available, this is the current score for the record category that this node represents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DestinyPresentationNodeState?
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<DestinyPresentationNodeComponent>