hasDynamicOffset property
bool
get
hasDynamicOffset
Implementation
bool get hasDynamicOffset => js_util.getProperty(this, 'hasDynamicOffset');
set
hasDynamicOffset
(bool newValue)
Implementation
set hasDynamicOffset(bool newValue) {
js_util.setProperty(this, 'hasDynamicOffset', newValue);
}