isValidId method

bool isValidId()

Implementation

bool isValidId() {
  return this != kInvalidId;
}