CreateElicitationRequest.fromJson constructor

CreateElicitationRequest.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory CreateElicitationRequest.fromJson(Object? json) =>
    createElicitationRequestCodec.decode(json);