keys property

Iterable<String> get keys

Get a list of all fetched player ids.

Implementation

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