visible property

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

If this is true, the objective is visible in-game. Otherwise, it's not yet visible to the player. Up to you if you want to honor this property.

Implementation

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