path property - Event class - dart:html library (original) (raw)
List<EventTarget> getpath
Implementation
List<EventTarget> get path =>
JS<bool>('bool', '!!#.composedPath', this) ? composedPath() : [];
List<EventTarget> getpath
List<EventTarget> get path =>
JS<bool>('bool', '!!#.composedPath', this) ? composedPath() : [];