ShadowElement constructor - ShadowElement - dart:html library (original) (raw)

description

ShadowElement()

Implementation

factory ShadowElement() => document.createElement("shadow") as ShadowElement;