onmark property

Implementation

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

Implementation

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