stacks property
Iterable<ProfilerStack>
get
stacks
Implementation
Iterable<ProfilerStack> get stacks => js_util.getProperty(this, 'stacks');
set
stacks
(Iterable<ProfilerStack> newValue)
Implementation
set stacks(Iterable<ProfilerStack> newValue) {
js_util.setProperty(this, 'stacks', newValue);
}