cardExistInMaster method

bool cardExistInMaster(
  1. String id
)

Implementation

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