pick method

B pick(
  1. Iterable<String> keys
)

Extract only the specified keys from the map.

Implementation

B pick(Iterable<String> keys) => wrap((c) => tr.pickKeys(keys, c));