dyes property

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

The list of dyes that have been applied to this item.

Implementation

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