compactToRelative property

bool compactToRelative

Implementation

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

Implementation

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