stackId property

int stackId

Implementation

int get stackId => js_util.getProperty(this, 'stackId');
void stackId=(int newValue)

Implementation

set stackId(int newValue) {
  js_util.setProperty(this, 'stackId', newValue);
}