GetMultipleApplicationPlayerIdsResponse constructor

GetMultipleApplicationPlayerIdsResponse({
  1. List<ApplicationPlayerId>? playerIds,
})

Implementation

GetMultipleApplicationPlayerIdsResponse({
  this.playerIds,
});