customDyes property

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

Custom dyes, calculated by iterating over the character's equipped items. Useful for pre-fetching all of the dye data needed from our server.

Implementation

@JsonKey(name:'customDyes')
List<DyeReference>? customDyes;