replaceStandardTool method

void replaceStandardTool(
  1. String name,
  2. Tool newtool,
  3. List<Tool> list
)

(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,
    ],
  );
}