Dart
dart:html
KeyEvent
stopPropagation method
description
stopPropagation method
void
stopPropagation
(
)
inherited
Implementation
void
stopPropagation() { wrapped.stopPropagation(); }