traitId property

  1. @JsonKey(name: 'traitId')
String? traitId
getter/setter pair

The traitId that can be found on items that belong to this category.

Implementation

@JsonKey(name:'traitId')
String? traitId;