mentions property
The list of currently detected mentions in the text. Each time the text is changed, this list is generated anew
Implementation
List<MentionModel> mentions = [];
The list of currently detected mentions in the text. Each time the text is changed, this list is generated anew
List<MentionModel> mentions = [];