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