ScriptElement constructor Null safety

ScriptElement()

Implementation

factory ScriptElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("script")
        as ScriptElement;