bool supportsNativeShadowDOM()

Source

bool supportsNativeShadowDOM() =>
    this.defaultDoc().body.createShadowRoot is Function;