ExtResponse.fromJson constructor

ExtResponse.fromJson(
  1. Object? json
)

Decodes a union payload.

Implementation

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