ListNullEx<E> extension

列表拓展

on

Methods

append(E e) List<E>

Available on List<E>?, provided by the ListNullEx extension

添加元素 返回列表
appends(Iterable<E>? e) List<E>

Available on List<E>?, provided by the ListNullEx extension

添加多个元素 返回列表
mapList<T>(T f(E e), {bool growable = true}) List<T>

Available on List<E>?, provided by the ListNullEx extension

合并 map 和 toList 方法