And most importantly, `MutableList` is actually a ...
# android
e
And most importantly,
MutableList
is actually a subType of
List
, so you can just the mutable list as
List
. The
.map{}
at the end is not really needed