keys property

List<K> get keys

List of primary keys

Implementation

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