stackTraceAsync property

Future<StackTrace?> stackTraceAsync

Implementation

Future<StackTrace?> get stackTraceAsync => then((r) => r.stackTrace);