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