onseeked property

Implementation

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

Implementation

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