@protected String? extractFriend(List<String> participants) { final others = {...participants}..remove(me); return others.firstOrNull; }