menu
flutter_route_guard package
documentation
domain/base_async_value.dart
BaseAsyncError<T>
stackTrace property
stackTrace property
dark_mode
light_mode
stackTrace
property
StackTrace
?
stackTrace
final
The stack trace associated with the error, if any.
Implementation
final StackTrace? stackTrace;
flutter_route_guard package
documentation
domain/base_async_value
BaseAsyncError<T>
stackTrace property
BaseAsyncError class