ListSafeFirstWhere<E> extension

on

Methods

and({String separator = 'and'}) String
Append separator as the last position.
chunk(int chunkSize) Stream<List<E>>
firstWhereSafe(bool test(E element), {E? orElse()?}) → E?