pendingTimers property Null safety
All the current pending timers.
Implementation
List<FakeTimer> get pendingTimers => _timers.toList(growable: false);
All the current pending timers.
List<FakeTimer> get pendingTimers => _timers.toList(growable: false);