oncut property
EventHandlerNonNull<Event> ?
get
oncut
Implementation
EventHandlerNonNull? get oncut => js_util.getProperty(this, 'oncut');
set
oncut
(EventHandlerNonNull<Event> ? newValue)
Implementation
set oncut(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'oncut', newValue);
}