where abstract method
Filter entries with matched condition
.
Implementation
VendorDictionary<V> where(bool Function(String key, V value) condition);
Filter entries with matched condition
.
VendorDictionary<V> where(bool Function(String key, V value) condition);