Annotation constructor
Annotation({
- int? length,
- RichLinkMetadata? richLinkMetadata,
- SlashCommandMetadata? slashCommand,
- int? startIndex,
- String? type,
- UserMentionMetadata? userMention,
Implementation
Annotation({
this.length,
this.richLinkMetadata,
this.slashCommand,
this.startIndex,
this.type,
this.userMention,
});