User ids extracted from retained mentions.
List<String> get mentionUserIds => _mentions.map((mention) => mention.userId).toList(growable: false);