onperiodicsync property

EventHandlerNonNull<Event>? onperiodicsync

Implementation

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

Implementation

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