MessagesComposedMessageWithAI constructor

const MessagesComposedMessageWithAI({
  1. required TextWithEntitiesBase resultText,
  2. TextWithEntitiesBase? diffText,
})

Messages Composed Message With A I constructor.

Implementation

const MessagesComposedMessageWithAI({required this.resultText, this.diffText})
    : super._();