stackTrace property

StackTrace? stackTrace
final

The stack trace to show.

If this value is null, only the error will be shown, and as such the resulting ListView will only have one item.

Implementation

final StackTrace? stackTrace;