getUserAgents method

List<String> getUserAgents()

Gets the list of user agents

Implementation

List<String> getUserAgents() {
  return List.unmodifiable(_userAgents);
}