menu
music_assistant package
documentation
endpoints.dart
PlayerQueuesEndpoint
keys property
keys property
dark_mode
light_mode
keys
property
Iterable
<
String
>
get
keys
Get a list of all fetched player queue ids.
Implementation
Iterable<String> get keys => _queues.keys;
music_assistant package
documentation
endpoints
PlayerQueuesEndpoint
keys property
PlayerQueuesEndpoint class