visible property

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

Some perks provide benefits, but aren't visible in the UI. This value will let you know if this is perk should be shown in your UI.

Implementation

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