onpush property

Implementation

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

Implementation

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