bool checkPidRes(String pid) { var list = pidMap[pid]!; _checkOutRes(list); return list.isNotEmpty; }