getDefault static method

ToolRegistrySnapshot getDefault()

Implementation

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