path property

List<EventTarget> path

Implementation

List<EventTarget> get path =>
    JS('bool', '!!#.composedPath', this) ? composedPath() : [];