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