getDefault static method

ServicePointState getDefault()

Implementation

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