onkeyup property

Implementation

EventHandlerNonNull? get onkeyup => js_util.getProperty(this, 'onkeyup');
void onkeyup=(EventHandlerNonNull<Event>? newValue)

Implementation

set onkeyup(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onkeyup', newValue);
}