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({required int length, required String operation, String? name, String? reason}) List<T>

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

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

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

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

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