In contrast to map, this will return a List instead.
List<R> map_(R Function(T) mapper) => map(mapper).toList();