ModernFormListExtension<E> extension

on

Properties

customFirst → E?
no setter
customLast → E?
no setter

Methods

containsAny(List<E> elements) bool
customAddAll(List<E> value) List<E>
customForEach(void f(E? element, int index)) → void
customMap<T>(T? toResult(E e)) List<T>
customRemoveAll(List<E> value) List<E>
removeAll(List<E> value) → void