oncopy property

Implementation

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

Implementation

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