AgentRegisteredEvent constructor
const
AgentRegisteredEvent({
- required String agentId,
Creates the event.
Implementation
const AgentRegisteredEvent({required this.agentId});
Creates the event.
const AgentRegisteredEvent({required this.agentId});