onsubmit property

Implementation

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

Implementation

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