replaceStandardTool method
(undocumented) @param {string} name @param {Tool} newtool @param {List.
Implementation
void replaceStandardTool(
_i2.String name,
_i3.Tool newtool,
_i3.List<_i3.Tool> list,
) {
_i4.callMethod(
this,
'replaceStandardTool',
[
name,
newtool,
list,
],
);
}