maxPlayers property

  1. @JsonKey(name: 'maxPlayers')
int? maxPlayers
getter/setter pair

The maximum # of people allowed across all teams in the activity.

Implementation

@JsonKey(name:'maxPlayers')
int? maxPlayers;