My source code
open class RestaurantListViewModel @Inject constructor( private val restaurantApi: RestaurantApi ): ViewModel() { private val _listOfR