AgentId.from constructor
AgentId.from(
- String id
Cast a raw string to AgentId.
Implementation
factory AgentId.from(String id) => AgentId(id);
Cast a raw string to AgentId.
factory AgentId.from(String id) => AgentId(id);