stackTrace property

void stackTrace=(StackTrace? stack)

Implementation

set stackTrace(StackTrace? stack) => _stackTrace = stack;