requirementDisplayString property

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

If this perk is not active, this is the string to show for why it's not providing its benefits.

Implementation

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