stackTrace property

StackTrace? stackTrace

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

Implementation

StackTrace? get stackTrace => null;