MutableStateList<T> constructor

MutableStateList<T>(
  1. ViewModel _viewModel
)

Implementation

MutableStateList(this._viewModel);