AnimationElement constructor Null safety

AnimationElement()

Implementation

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