onpush property

EventHandlerNonNull<Event>? get onpush

Implementation

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

Implementation

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