onreading property

Implementation

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

Implementation

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