AiComposeToneExample constructor
const
AiComposeToneExample({
- required TextWithEntitiesBase from,
- required TextWithEntitiesBase to,
Ai Compose Tone Example constructor.
Implementation
const AiComposeToneExample({required this.from, required this.to})
: super._();