FESpecularLightingElement constructor Null safety

FESpecularLightingElement()

Implementation

factory FESpecularLightingElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting")
        as FESpecularLightingElement;