MatchmakerUser.fromDto constructor

MatchmakerUser.fromDto(
  1. MatchmakerMatched_MatchmakerUser dto
)

Implementation

factory MatchmakerUser.fromDto(rtpb.MatchmakerMatched_MatchmakerUser dto) => MatchmakerUser(
      presence: UserPresence.fromDto(dto.presence),
      partyId: dto.partyId,
      stringProperties: dto.stringProperties,
      numericProperties: dto.numericProperties,
    );