compact property

bool compact

Implementation

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

Implementation

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