applyCustomArtDyes property

  1. @JsonKey(name: 'applyCustomArtDyes')
bool? applyCustomArtDyes
getter/setter pair

If True, equipped items should have their custom art dyes applied when rendering the item. Otherwise, custom art dyes on an item should be ignored if the item is equipped in this slot.

Implementation

@JsonKey(name:'applyCustomArtDyes')
bool? applyCustomArtDyes;