ClientResponse.fromJson constructor
ClientResponse.fromJson(
- Object? json
Decodes a union payload.
Implementation
factory ClientResponse.fromJson(Object? json) =>
ClientResponse(AcpJsonValue.fromObject(json));