sources property

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

A collection of details about the stats that were computed for the ways we found that the item could be spawned.

Implementation

@JsonKey(name:'sources')
List<DestinyItemSourceDefinition>? sources;