MentionModel constructor
const
MentionModel({})
Stores all data related to a mention
Implementation
const MentionModel({
required this.tagType,
this.id,
this.mentionName,
this.locationStart,
this.locationEnd,
});