participants property

List<Participant>? participants
final

This list contains a Participant() Instance List with the number of actual players in a game. e.g. in a ranked game it would be 10 long (0-9).

Implementation

final List<Participant>? participants;