MutableLiveData<T> constructor

MutableLiveData<T>(
  1. T _currentValue
)

Implementation

MutableLiveData(super._currentValue);