visible property

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

If true, the Progression is something worth showing to users. If false, BNet isn't going to show it. But that doesn't mean you can't. We're all friends here.

Implementation

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