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