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