oncompassneedscalibration property

EventHandlerNonNull<Event>? oncompassneedscalibration

Implementation

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

Implementation

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