CreateElicitationResponse.fromMap constructor

CreateElicitationResponse.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory CreateElicitationResponse.fromMap(Map<Object?, Object?> value) =>
    _createElicitationResponseCodec.decode(value);