This event's path, taking into account shadow DOM.
Other resources
-
Shadow DOM extensions to Event from W3C.
Source
// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event @Experimental() List<Node> get path => wrapped.path;