AgentRegisteredEvent constructor

const AgentRegisteredEvent({
  1. required String agentId,
})

Creates the event.

Implementation

const AgentRegisteredEvent({required this.agentId});