getCurrentStack static method

List<String> getCurrentStack()

Get the current active scope stack

Implementation

static List<String> getCurrentStack() {
  return List.from(_scopeStack);
}