ListHelper<T> extension

on

Properties

emptyAsNull List<T>?

Available on List<T>, provided by the ListHelper extension

no setter
immutable List<T>

Available on List<T>, provided by the ListHelper extension

no setter

Methods

clone({bool immutable = false}) List<T>

Available on List<T>, provided by the ListHelper extension

exc(int length, {String? name}) List<T>

Available on List<T>, provided by the ListHelper extension

max(int length, {String? name}) List<T>

Available on List<T>, provided by the ListHelper extension

min(int length, {String? name}) List<T>

Available on List<T>, provided by the ListHelper extension