PartyMatchmakerTicket.fromDto constructor

PartyMatchmakerTicket.fromDto(
  1. PartyMatchmakerTicket dto
)

Implementation

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