where method
Filter entries with matched condition
.
Implementation
@override
VendorDictionary<V> where(bool Function(String key, V value) condition) {
return VendorDictionarySelector(this, condition);
}
Filter entries with matched condition
.
@override
VendorDictionary<V> where(bool Function(String key, V value) condition) {
return VendorDictionarySelector(this, condition);
}