oninput property

Implementation

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

Implementation

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