or ```someMap.flatMap { it.toPair().toList() }```...
# getting-started
t
or
Copy code
someMap.flatMap { it.toPair().toList() }
is it bit better?