NonElementParentNode constructor
Implementation
factory NonElementParentNode(
{_i3.Element? Function(_i2.String)? getElementById}) =>
NonElementParentNode._(
getElementById: getElementById == null
? null
: _i4.allowInterop(
(p0) => () => getElementById(p0) ?? _i6.undefined));