visible property
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;
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.
@JsonKey(name:'visible')
bool? visible;