getDefault static method

ServicePoint getDefault()

Implementation

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