mentionUserIds property

List<String> get mentionUserIds

User ids extracted from retained mentions.

Implementation

List<String> get mentionUserIds =>
    _mentions.map((mention) => mention.userId).toList(growable: false);