AssistantReply constructor

const AssistantReply({
  1. required String content,
  2. String? messageId,
})

Implementation

const AssistantReply({
  required this.content,
  this.messageId,
});