onslotchange property

EventHandlerNonNull<Event>? onslotchange

Implementation

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

Implementation

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