supported 属性

布尔值 supported

检查此类型是否在当前平台上受支持。

实现

static bool get supported =>
    SvgElement.isTagSupported('feSpotLight') &&
    (new SvgElement.tag('feSpotLight') is FESpotLightElement);