menu
composable_architecture_widgets package
documentation
material.dart
TestStore<State, Action, Environment>
actions property
actions property
dark_mode
light_mode
actions
property
List
<
Action
>
actions
getter/setter pair
All actions that have been dispatched to this store, in order.
Implementation
List<Action> actions = [];
composable_architecture_widgets package
documentation
material
TestStore<State, Action, Environment>
actions property
TestStore class