FEFuncBElement constructor Null safety

FEFuncBElement()

Implementation

factory FEFuncBElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feFuncB")
        as FEFuncBElement;