keys property

Iterable<String> get keys

Get a list of all fetched player queue ids.

Implementation

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