FEFuncRElement constructor Null safety

FEFuncRElement()

Implementation

factory FEFuncRElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feFuncR")
        as FEFuncRElement;