onperiodicsync property
EventHandlerNonNull<Event> ?
get
onperiodicsync
Implementation
EventHandlerNonNull? get onperiodicsync =>
js_util.getProperty(this, 'onperiodicsync');
set
onperiodicsync
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onperiodicsync(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onperiodicsync', newValue);
}