captureStackTrace property

bool get captureStackTrace

Whether to capture stack traces on state changes.

This is performance intensive and should only be used during debugging.

Implementation

static bool get captureStackTrace => Lx.captureStackTrace;
set captureStackTrace (bool value)

Implementation

static set captureStackTrace(bool value) {
  Lx.captureStackTrace = value;
}