Annotation constructor

Annotation({
  1. int? length,
  2. SlashCommandMetadata? slashCommand,
  3. int? startIndex,
  4. String? type,
  5. UserMentionMetadata? userMention,
})

Implementation

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