getDefault static method

ProjectStatistics getDefault()

Implementation

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