MatchmakerTicket constructor

const MatchmakerTicket({
  1. required String ticket,
})

Implementation

const factory MatchmakerTicket({
  /// The ticket that can be used to cancel matchmaking.
  required String ticket,
}) = _MatchmakerTicket;