oncompassneedscalibration property

EventHandlerNonNull<Event>? get oncompassneedscalibration

Implementation

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

Implementation

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