supported property
Implementation
static bool get supported => JS(
'bool',
'!!(Element.prototype.createShadowRoot||'
'Element.prototype.webkitCreateShadowRoot)',
);
static bool get supported => JS(
'bool',
'!!(Element.prototype.createShadowRoot||'
'Element.prototype.webkitCreateShadowRoot)',
);