vendorSources property
- @JsonKey(name: 'vendorSources')
getter/setter pair
A denormalized reference back to vendors that potentially sell this item.
Implementation
@JsonKey(name:'vendorSources')
List<DestinyItemVendorSourceReference>? vendorSources;