iconMustBeShown property

bool iconMustBeShown

Implementation

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

Implementation

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