FEFuncAElement constructor Null safety

FEFuncAElement()

Implementation

factory FEFuncAElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feFuncA")
        as FEFuncAElement;