menu
rx package
documentation
store.dart
ValidatingStore<S>
delegate property
delegate property
dark_mode
light_mode
delegate
property
Store
<
S
>
delegate
final
The store to delegate operations to.
Implementation
final Store<S> delegate;
rx package
documentation
store
ValidatingStore<S>
delegate property
ValidatingStore class