decode method
Decodes a JSON-compatible wire value.
Implementation
@override
AgentNotification decode(Object? value) =>
AgentNotification.fromJson(decodeAcpObject(value));
Decodes a JSON-compatible wire value.
@override
AgentNotification decode(Object? value) =>
AgentNotification.fromJson(decodeAcpObject(value));