getDefault static method

PartyMatchmakerTicket getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static PartyMatchmakerTicket getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<PartyMatchmakerTicket>(create);