FirstWhereOrNullOnMapExtension<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
firstWhereOrNull(
bool test(MapEntry< K, V> )) → MapEntry<K, V> ? -
Available on Map<
Returns the first entry that satisfies the given predicateK, V> , provided by the FirstWhereOrNullOnMapExtension extensiontest
, ornull
if there are none.