isDisplayable property
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;
If true, you can actually show the perk in the UI. Otherwise, it doesn't have useful player-facing information.
@JsonKey(name:'isDisplayable')
bool? isDisplayable;