AdaptMessageRequest constructor

AdaptMessageRequest({
  1. Map<String, String>? attachments,
  2. String? payload,
  3. String? protocol,
})

Implementation

AdaptMessageRequest({this.attachments, this.payload, this.protocol});