stacks property

Implementation

Iterable<ProfilerStack> get stacks => js_util.getProperty(this, 'stacks');
void stacks=(Iterable<ProfilerStack> newValue)

Implementation

set stacks(Iterable<ProfilerStack> newValue) {
  js_util.setProperty(this, 'stacks', newValue);
}