getDefault static method

TournamentRecordList getDefault()

Implementation

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