stackTrace property

  1. @nonVirtual
  2. @override
StackTrace? stackTrace
inherited

Returns StackTrace of the last emitted error, or null if no error added or the added error has no StackTrace.

Implementation

@nonVirtual
@override
StackTrace? get stackTrace => event.errorAndStackTrace?.stackTrace;