mentions property

List<MentionModel> mentions
getter/setter pair

The list of currently detected mentions in the text. Each time the text is changed, this list is generated anew

Implementation

List<MentionModel> mentions = [];