AicomposeUpdateTone constructor
const
AicomposeUpdateTone({
- required InputAiComposeToneBase tone,
- bool? displayAuthor,
- int? emojiId,
- String? title,
- String? prompt,
Aicompose Update Tone constructor.
Implementation
const AicomposeUpdateTone({
required this.tone,
this.displayAuthor,
this.emojiId,
this.title,
this.prompt,
}) : super._();