FirstWhereOrNullOnSetExtension<T> extension
- on
-
- Set<
T>
- Set<
Methods
-
firstWhereOrNull(
bool test(T)) → T? -
Available on Set<
Returns the first element that satisfies the given predicateT> , provided by the FirstWhereOrNullOnSetExtension extensiontest, ornullif there are none.