killDetection property

bool get killDetection

Detect abnormal termination (experimental)

Implementation

bool get killDetection =>
    tryCast(this["BugseeKillDetectionKey"], constOptionKillDetection);
set killDetection (bool value)

Implementation

set killDetection(bool value) {
  this["BugseeKillDetectionKey"] = value;
}