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