onwaitingforkey property

EventHandlerNonNull<Event>? get onwaitingforkey

Implementation

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

Implementation

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