agentIds property

List<String> get agentIds

The registered agent ids, in registration order.

Implementation

List<String> get agentIds => List.unmodifiable(_agents.keys);