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