SendConversationRequest constructor

const SendConversationRequest({
  1. String? token,
  2. String? message,
  3. String? message_type,
})

Implementation

const SendConversationRequest({
  this.token,
  this.message,
  this.message_type,
});