onload property

Implementation

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

Implementation

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