supportedAgentNames property

List<String> get supportedAgentNames

List all supported agent names

Implementation

static List<String> get supportedAgentNames {
  return _allAgents.map((agent) => agent.name).toList();
}