getTextWithFirstMention method

String getTextWithFirstMention(
  1. MentionModel firstMention
)

If we add first mention to getMentionsListWithoutTag, we should return the correct string already with this mention.

Implementation

String getTextWithFirstMention(MentionModel firstMention) =>
    '${firstMention.fullMention} $text';