onwaitingforkey property

EventHandlerNonNull<Event>? onwaitingforkey

Implementation

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

Implementation

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