isNeutered method

bool isNeutered()

Check is neutered

Implementation

bool isNeutered() {
  return _d == null;
}