keys property

Implementation

ValueStream<Iterable<K>> get keys => this.map((map) => map.keys);