FEDiffuseLightingElement constructor Null safety

FEDiffuseLightingElement()

Implementation

factory FEDiffuseLightingElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting")
        as FEDiffuseLightingElement;