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

description

AnimationElement()

Implementation

factory AnimationElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("animation")
        as AnimationElement;