to Mutable List
abstract fun toMutableList(): MutableList<Pair<String, MutableList<Pair<String, TestConfig>>>>(source)
Returns a copy of this collection as a MutableList where the Pair.first are the profile names and Pair.second is again a MutableList where Pair.first are the envs and Pair.second the associated TestConfig.