google / built_collection.dart

Immutable Dart collections via the builder pattern.
https://pub.dev/packages/built_collection
BSD 3-Clause "New" or "Revised" License
276 stars 54 forks source link

Add `contains` methods to built multimaps. #266

Open LorenVS opened 2 years ago

LorenVS commented 2 years ago

Both ListMultimap and SetMultimap from quiver support a contains operations which checks for the presence of a key/value pair.

kwill39 commented 1 year ago

@davidmorgan, this looks like a nice addition. Is it something we'd be able to seen merged in the near future?