crashReport property

bool crashReport

Catch and report application crashes

Implementation

bool get crashReport => tryCast(this["CrashReport"], constOptionCrashReport);
void crashReport=(bool value)

Implementation

set crashReport(bool value) {
  this["CrashReport"] = value;
}