stackTrace property

  1. @override
StackTrace stackTrace
final

The stack trace of an AsyncValue. Is not null if the state is AsyncError.

Implementation

@override
final StackTrace stackTrace;