Dart
dart:svg
ScriptElement
ScriptElement factory constructor
description
ScriptElement constructor
ScriptElement
(
)
Implementation
factory
ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"script"
);