LiveData<T> constructor

LiveData<T>(
  1. T _currentValue
)

Implementation

LiveData(this._currentValue);