name property

String name
final

Name of the agent that will be displayed to developer. It doesn't necessary have to be unique similar to agent id defined in pubspec.yaml file.

Example:

 name: "My Agent"
}

Implementation

final String name;