steps property

  1. @JsonKey(name: 'steps')
List<DestinyNodeStepDefinition>? steps
getter/setter pair

At this point, "steps" have been obfuscated into conceptual entities, aggregating the underlying notions of "properties" and "true steps". If you need to know a step as it truly exists - such as when recreating Node logic when processing Vendor data - you'll have to use the "realSteps" property below.

Implementation

@JsonKey(name:'steps')
List<DestinyNodeStepDefinition>? steps;