oncopy property

EventHandlerNonNull<Event>? get oncopy

Implementation

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

Implementation

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