AnimateMotionElement constructor Null safety

AnimateMotionElement()

Implementation

factory AnimateMotionElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("animateMotion")
        as AnimateMotionElement;