keys property

Iterable<String> get keys

Get all model keys

Implementation

Iterable<String> get keys => _entries.keys;