onnomatch property

Implementation

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

Implementation

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