merge method

bool merge(
  1. DOMNode other, {
  2. bool onlyConsecutive = true,
})

Merges other node into this node.

Implementation

bool merge(DOMNode other, {bool onlyConsecutive = true}) => false;