google / built_collection.dart

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

Add `contains` methods to built multimaps. #266

Open LorenVS opened 1 year ago

LorenVS commented 1 year ago

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

Region40 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?