stackTrace property

  1. @override
Null stackTrace

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

Implementation

@override
Null get stackTrace;