popGroup method
void
popGroup()
Implementation
void popGroup() {
if (_declarationStack.isNotEmpty) {
_declarationStack.removeLast();
}
}
void popGroup() {
if (_declarationStack.isNotEmpty) {
_declarationStack.removeLast();
}
}