canJoin property

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

If true, the user is allowed to join with another Fireteam in this activity.

Implementation

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