isConstant property

bool isConstant

Implementation

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

Implementation

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