ClientResponse.fromJson constructor

ClientResponse.fromJson(
  1. Object? json
)

Decodes a union payload.

Implementation

factory ClientResponse.fromJson(Object? json) =>
    ClientResponse(AcpJsonValue.fromObject(json));