GElement constructor Null safety

GElement()

Implementation

factory GElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("g") as GElement;