onbeforematch property

EventHandlerNonNull<Event>? get onbeforematch

Implementation

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

Implementation

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