ScriptElement.new constructor - ScriptElement - dart:svg library (original) (raw)

description

ScriptElement()

Implementation

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