isVisible property

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

If true, the user should be able to see this activity.

Implementation

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