name property
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;
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"
}
final String name;