LineElement constructor Null safety

LineElement()

Implementation

factory LineElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("line") as LineElement;