EmbedElement constructor Null safety

EmbedElement()

Implementation

factory EmbedElement() => document.createElement("embed") as EmbedElement;