AnimationElement.new constructor - AnimationElement - dart:svg library (original) (raw)
AnimationElement()
Implementation
factory AnimationElement() =>
_SvgElementFactoryProvider.createSvgElement_tag("animation")
as AnimationElement;
AnimationElement()
factory AnimationElement() =>
_SvgElementFactoryProvider.createSvgElement_tag("animation")
as AnimationElement;