trace property

  1. @override
Trace? get trace
override

The stack trace for the call to test() or group() that defined this entry, or null if the entry was defined in a different way.

Implementation

@override
Trace? get trace;