MessageResponse constructor
MessageResponse({
- required String applicationId,
- Map<
String, EndpointMessageResult> ? endpointResult, - String? requestId,
- Map<
String, MessageResult> ? result,
Implementation
MessageResponse({
required this.applicationId,
this.endpointResult,
this.requestId,
this.result,
});