getDefault static method

StatisticResult getDefault()

Implementation

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