AIAssistBotMessage constructor

AIAssistBotMessage({
  1. String? message,
  2. required int id,
  3. bool isSentByMe = false,
  4. AIMessageStatus? sentStatus,
  5. DateTime? sentAt,
})

Implementation

AIAssistBotMessage(
    {this.message,
    required this.id,
    this.isSentByMe = false,
    this.sentStatus,
    this.sentAt});