onformdata property

EventHandlerNonNull<Event>? onformdata

Implementation

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

Implementation

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