PolylineElement constructor Null safety

PolylineElement()

Implementation

factory PolylineElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("polyline")
        as PolylineElement;