Dart
dart:html
ShadowElement
ShadowElement factory constructor
description
ShadowElement constructor
ShadowElement
(
)
Implementation
factory
ShadowElement() =>
document
.createElement(
"shadow"
);