menu
flutter_route_guard package
documentation
domain/base_async_value.dart
BaseAsyncData<T>
value property
value property
dark_mode
light_mode
value
property
T
value
final
The current value of the data.
Implementation
final T value;
flutter_route_guard package
documentation
domain/base_async_value
BaseAsyncData<T>
value property
BaseAsyncData class