支持 属性

bool 支持

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

实现

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