AicomposeUpdateTone constructor

const AicomposeUpdateTone({
  1. required InputAiComposeToneBase tone,
  2. bool? displayAuthor,
  3. int? emojiId,
  4. String? title,
  5. String? prompt,
})

Aicompose Update Tone constructor.

Implementation

const AicomposeUpdateTone({
  required this.tone,
  this.displayAuthor,
  this.emojiId,
  this.title,
  this.prompt,
}) : super._();