AgentId.from constructor

AgentId.from(
  1. String id
)

Cast a raw string to AgentId.

Implementation

factory AgentId.from(String id) => AgentId(id);