Agent<IDENTITY extends Role>.fromJson constructor
Agent<IDENTITY extends Role>.fromJson ()
Implementation
factory Agent.fromJson(
Map<String, dynamic> json,
IDENTITY Function(Object? json) fromJsonIdentity,
) => _$AgentFromJson(json, fromJsonIdentity);