animations property

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

If any animations were extracted from game content for this item, these will be the definitions of those animations.

Implementation

@JsonKey(name:'animations')
List<DestinyAnimationReference>? animations;