weapons property

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

List of weapons and their perspective values.

Implementation

@JsonKey(name:'weapons')
List<DestinyHistoricalWeaponStats>? weapons;