Agent.fromJson constructor

Agent.fromJson(
  1. String str
)

Implementation

factory Agent.fromJson(String str) => Agent.fromMap(json.decode(str));