composedPath method - KeyEvent class - dart:html library (original) (raw)

description

List<EventTarget> composedPath()

inherited

Implementation

List<EventTarget> composedPath() => wrapped.composedPath();