Dart
dart:html
KeyEvent
composedPath method
description
composedPath method
List
<
EventTarget
>
composedPath
(
)
inherited
Implementation
List
<EventTarget> composedPath() => wrapped.composedPath();