stackId property

int get stackId

Implementation

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

Implementation

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