displayProperties property
- @JsonKey(name: 'displayProperties')
getter/setter pair
These are the display properties actually used to render the Talent Node. The currently active step's displayProperties are shown.
Implementation
@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;