absolute property

bool absolute

Implementation

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

Implementation

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