hasDynamicOffset property

bool hasDynamicOffset

Implementation

bool get hasDynamicOffset => js_util.getProperty(this, 'hasDynamicOffset');
void hasDynamicOffset=(bool newValue)

Implementation

set hasDynamicOffset(bool newValue) {
  js_util.setProperty(this, 'hasDynamicOffset', newValue);
}