onformdata property
EventHandlerNonNull<Event> ?
get
onformdata
Implementation
EventHandlerNonNull? get onformdata =>
js_util.getProperty(this, 'onformdata');
set
onformdata
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onformdata(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onformdata', newValue);
}