The debug strings for all the current pending timers.
List<String> get pendingTimersDebugString => pendingTimers.map((timer) => timer.debugString).toList(growable: false);