SendUsersMessageResponse constructor

SendUsersMessageResponse({
  1. required String applicationId,
  2. String? requestId,
  3. Map<String, Map<String, EndpointMessageResult>>? result,
})

Implementation

SendUsersMessageResponse({
  required this.applicationId,
  this.requestId,
  this.result,
});