ShadowElement constructor - ShadowElement - dart:html library (original) (raw)
ShadowElement()
Implementation
factory ShadowElement() => document.createElement("shadow") as ShadowElement;
ShadowElement()
factory ShadowElement() => document.createElement("shadow") as ShadowElement;