AiComposeTone constructor
const
AiComposeTone({})
Ai Compose Tone constructor.
Implementation
const AiComposeTone({
required this.creator,
required this.id,
required this.accessHash,
required this.slug,
required this.title,
this.emojiId,
this.prompt,
this.installsCount,
this.authorId,
this.exampleEnglish,
}) : super._();