cardExistInMaster method

bool cardExistInMaster (
  1. int id
)

Implementation

bool cardExistInMaster(int id) {
  return _masters.containsKey(id);
}