Asad Mukhtar
10/03/2022, 6:08 AMprivate val _flightList = MutableLiveData<List<MultiCityFlightListingUiModel>>()
val flightsList: LiveData<List<MultiCityFlightListingUiModel>> = _flightList
For e.g I set the values on response of api, and observe that live data in the UI to show the appropriate results.