onboundary property

EventHandlerNonNull<Event>? get onboundary

Implementation

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

Implementation

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