menu
state_notifier package
documentation
state_notifier.dart
StateNotifierListenerError
errors property
errors property
dark_mode
light_mode
errors
property
List
<
Object
>
errors
final
A map of all the errors and their stacktraces thrown by listeners.
Implementation
final List<Object> errors;
state_notifier package
documentation
state_notifier
StateNotifierListenerError
errors property
StateNotifierListenerError class