stackTraces property
Synchronously get the stack traces of errors stored in Subject. May be empty.
Implementation
@override
List<StackTrace?> get stackTraces => _subject.stackTraces;
Synchronously get the stack traces of errors stored in Subject. May be empty.
@override
List<StackTrace?> get stackTraces => _subject.stackTraces;