CreateElicitationRequest.fromJson constructor
CreateElicitationRequest.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory CreateElicitationRequest.fromJson(Object? json) =>
createElicitationRequestCodec.decode(json);