add method

DOMNode add(
  1. Object? entry
)

Implementation

DOMNode add(Object? entry) {
  _addImpl(entry);
  normalizeContent();
  return this;
}