getDefault static method

StatisticValue getDefault()

Implementation

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