PathElement constructor Null safety

PathElement()

Implementation

factory PathElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("path") as PathElement;