DOMNode add(Object? entry) { if (entry != null) { _addNotNullImpl(entry); normalizeContent(); } return this; }