pendingTimersDebugInfo property

List<String> pendingTimersDebugInfo

Debugging information for all pending timers.

Each returned String will contain details about the Timer in its first line and will contain the stack trace from its construction on subsequent lines. The stack trace can passed to StackTrace.fromString.

Implementation

List<String> get pendingTimersDebugInfo;