keys property

Iterable<K> get keys

Keys

Implementation

Iterable<K> get keys => map((e) => e.key);