hideWhenEmpty property
bool?
get
hideWhenEmpty
Whether this source control resource group is hidden when it contains no {@link SourceControlResourceState source control resource states}.
Implementation
_i2.bool? get hideWhenEmpty => _i5.getProperty(
this,
'hideWhenEmpty',
);
set
hideWhenEmpty
(bool? value)
Implementation
set hideWhenEmpty(_i2.bool? value) {
_i5.setProperty(
this,
'hideWhenEmpty',
value ?? _i6.undefined,
);
}