useCustomDyes property

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

If you should use custom dyes on this item, it will be indicated here.

Implementation

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