MatchmakerTicket.fromDto constructor

MatchmakerTicket.fromDto(
  1. MatchmakerTicket dto
)

Implementation

factory MatchmakerTicket.fromDto(rtpb.MatchmakerTicket dto) => MatchmakerTicket(
      ticket: dto.ticket,
    );