isDisplayable property

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

If true, you can actually show the perk in the UI. Otherwise, it doesn't have useful player-facing information.

Implementation

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