Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.dartlang.vm.service.element.ClientAgentType Class Reference
Inheritance diagram for org.dartlang.vm.service.element.ClientAgentType:

Public Member Functions

 ClientAgentType (JsonObject json)
 
String getName ()
 

Detailed Description

See Client Agents.

Definition at line 24 of file ClientAgentType.java.

Constructor & Destructor Documentation

◆ ClientAgentType()

org.dartlang.vm.service.element.ClientAgentType.ClientAgentType ( JsonObject  json)
inline

Definition at line 25 of file ClientAgentType.java.

25 {
26 super(json);
27 }

Member Function Documentation

◆ getName()

String org.dartlang.vm.service.element.ClientAgentType.getName ( )
inline

The agent type for a client. null if no agent type is associated with a client.

Definition at line 32 of file ClientAgentType.java.

32 {
33 return getAsString("name");
34 }

The documentation for this class was generated from the following file: