players property
A set of Player
objects, each representing a player to find
matches for. Players are identified by a unique player ID and may include
latency data for use during matchmaking. If the ticket is in status
COMPLETED
, the Player
objects include the team the
players were assigned to in the resulting match.
Implementation
final List<Player>? players;