stackTrace property

StackTrace stackTrace

Returns the optional stack trace of a ErrorEvent, throws otherwise.

Implementation

StackTrace get stackTrace =>
    throw UnimplementedError('$this has no stack trace.');