getDefault static method

BackgroundProcessId getDefault()

Implementation

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