FESpotLightElement constructor Null safety

FESpotLightElement()

Implementation

factory FESpotLightElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight")
        as FESpotLightElement;