AiComposeToneExample constructor

const AiComposeToneExample({
  1. required TextWithEntitiesBase from,
  2. required TextWithEntitiesBase to,
})

Ai Compose Tone Example constructor.

Implementation

const AiComposeToneExample({required this.from, required this.to})
    : super._();