creationStackTrace property
The current stack trace when this timer was created.
If FakeAsync.includeTimerStackTrace is set to false then accessing this field will throw a TypeError.
Implementation
StackTrace get creationStackTrace => _creationStackTrace!;