menu
notifier_plus package
documentation
notifier+/computed_async_notifier.dart
ComputedAsyncNotifier<T>
error property
error property
dark_mode
light_mode
error
property
dynamic
get
error
The error or null if no error has occurred.
Implementation
dynamic get error => _error;
notifier_plus package
documentation
notifier+/computed_async_notifier
ComputedAsyncNotifier<T>
error property
ComputedAsyncNotifier class