isTeamBased property

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

If True, this mode has oppositional teams fighting against each other rather than "Free-For-All" or Co-operative modes of play. Note that Aggregate modes are never marked as team based, even if they happen to be team based at the moment. At any time, an aggregate whose subordinates are only team based could be changed so that one or more aren't team based, and then this boolean won't make much sense (the aggregation would become "sometimes team based"). Let's not deal with that right now.

Implementation

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