kida property

bool get kida
inherited

Implementation

bool get kida {
  if (this is ReliableTarget) {
    return false;
  }
  return true;
}