artDyeChannels property

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

The Art Dye Channels that apply to this equipment slot.

Implementation

@JsonKey(name:'artDyeChannels')
List<DestinyArtDyeReference>? artDyeChannels;