onfinish property

Implementation

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

Implementation

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