MessagesComposedMessageWithAI constructor
const
MessagesComposedMessageWithAI({
- required TextWithEntitiesBase resultText,
- TextWithEntitiesBase? diffText,
Messages Composed Message With A I constructor.
Implementation
const MessagesComposedMessageWithAI({required this.resultText, this.diffText})
: super._();