ShadowElement constructor Null safety

ShadowElement()

Implementation

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