updateItem method

dynamic updateItem(
  1. dynamic x
)

Implementation

updateItem(x) {
  return _updateItem(this.nodes, x, this.cmp);
}