traitIds property

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

Traits are metadata tags applied to this item. For example: armor slot, weapon type, foundry, faction, etc. These IDs come from the game and don't map to any content, but should still be useful.

Implementation

@JsonKey(name:'traitIds')
List<String>? traitIds;