How about ``` carSubModelsMutable.forEachIndexe...
# getting-started
a
How about
Copy code
carSubModelsMutable.forEachIndexed { i, e ->
		if (e.name.isEmpty()) carSubModelsMutable[i] = CarSubModelsResponse(name = "Standard", id = null)
	}