displayStrings property

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

These are strings that represent the possible Game/Account/Character state failure conditions that can occur when trying to equip the item. They match up one-to-one with requiredUnlockExpressions.

Implementation

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