MutableState<T> constructor
MutableState<T> (
- T _state,
- ViewModel _viewModel
Implementation
MutableState(this._state, this._viewModel);
MutableState(this._state, this._viewModel);