MutableState<T> constructor

MutableState<T>(
  1. T _state,
  2. ViewModel _viewModel
)

Implementation

MutableState(this._state, this._viewModel);