ListExtension<E> extension

on

Properties

isNotValid bool

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

no setter
isValid bool

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

no setter
unify List<E>

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

no setter
use List<E>

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

no setter

Methods

change(E value, [bool test(E element)?]) List<E>

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

toggle(E value, {bool? exist, int newIndex = 0, void callback(bool status)?}) List<E>

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