values property

Iterable<Player> get values

Get a list of all fetched players.

Implementation

Iterable<Player> get values => _players.values;