DescribeMatchmakingOutput constructor

DescribeMatchmakingOutput({
  1. List<MatchmakingTicket>? ticketList,
})

Implementation

DescribeMatchmakingOutput({
  this.ticketList,
});