customDyes property
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;
Custom dyes, calculated by iterating over the character's equipped items. Useful for pre-fetching all of the dye data needed from our server.
@JsonKey(name:'customDyes')
List<DyeReference>? customDyes;