ForeignObjectElement constructor Null safety

ForeignObjectElement()

Implementation

factory ForeignObjectElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("foreignObject")
        as ForeignObjectElement;