trace property

Trace? get trace

Implementation

Trace? get trace => stackTrace == null ? null : Trace.from(stackTrace!);