getDefault static method

MatchProfile getDefault()

Implementation

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