DevProjectConfig class

Development project metadata used by local ADK tooling.

Constructors

DevProjectConfig({required String appName, required String agentName, required String description, String userId = 'user'})
Creates an immutable development project configuration.
const

Properties

agentName String
The root agent name shown in runtime events and UI.
final
appName String
The logical application name used for session and runtime routing.
final
description String
The human-readable description of the generated project.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The default user id used by local dev flows.
final

Methods

copyWith({String? appName, String? agentName, String? description, String? userId}) DevProjectConfig
A copy of this config with selected fields replaced.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
A JSON-serializable representation of this configuration.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited