FEFloodElement constructor Null safety

FEFloodElement()

Implementation

factory FEFloodElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feFlood")
        as FEFloodElement;