stackMap property

Map<String, int> stackMap

Implementation

Map<String, int> get stackMap {
  return _stackMap;
}