CubixState<TState> constructor
Null safety
- TState state,
- [List<
Dispatcher> dispatchers = const []]
Implementation
const CubixState(this.state, [this.dispatchers = const []]);
const CubixState(this.state, [this.dispatchers = const []]);