agents property

List<Agent>? agents
getter/setter pair

List of agents in the app.

Optional.

Implementation

core.List<Agent>? agents;