$KeyUpEvent.wrap constructor

$KeyUpEvent.wrap(
  1. KeyUpEvent $value
)

Wrap a KeyUpEvent in a $KeyUpEvent

Implementation

$KeyUpEvent.wrap(this.$value) : _superclass = $KeyEvent.wrap($value);