合并 map 和 toList 方法
List<T> mapList<T>(T Function(E e) f, {bool growable = true}) => map<T>(f).toList(growable: growable);