FEFuncGElement constructor Null safety

FEFuncGElement()

Implementation

factory FEFuncGElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feFuncG")
        as FEFuncGElement;