stackTrace property
Returns StackTrace of the last emitted error,
or null
if no error added or the added error has no StackTrace.
Implementation
@override
StackTrace? get stackTrace => _subject.stackTrace;
Returns StackTrace of the last emitted error,
or null
if no error added or the added error has no StackTrace.
@override
StackTrace? get stackTrace => _subject.stackTrace;