ExtListHelper<T> extension

on

Properties

emptyAsNull List<T>?

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

no setter
immutable List<T>

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

no setter

Methods

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

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

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

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

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

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

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

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