getDefault static method

MatchmakerTicket getDefault()

Implementation

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