sourceData property

  1. @JsonKey(name: 'sourceData')
DestinyItemSourceBlockDefinition? sourceData
getter/setter pair

If this item has a known source, this block will be non-null and populated with source information. Unfortunately, at this time we are not generating sources: that is some aggressively manual work which we didn't have time for, and I'm hoping to get back to at some point in the future.

Implementation

@JsonKey(name:'sourceData')
DestinyItemSourceBlockDefinition? sourceData;