onreading property

EventHandlerNonNull<Event>? get onreading

Implementation

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

Implementation

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