Annotation constructor

Annotation({
  1. CustomEmojiMetadata? customEmojiMetadata,
  2. int? length,
  3. RichLinkMetadata? richLinkMetadata,
  4. SlashCommandMetadata? slashCommand,
  5. int? startIndex,
  6. String? type,
  7. UserMentionMetadata? userMention,
})

Implementation

Annotation({
  this.customEmojiMetadata,
  this.length,
  this.richLinkMetadata,
  this.slashCommand,
  this.startIndex,
  this.type,
  this.userMention,
});