getDefault static method

ToolValue getDefault()

Implementation

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