oncut property

Implementation

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

Implementation

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