onnomatch property

EventHandlerNonNull<Event>? get onnomatch

Implementation

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

Implementation

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