friendId property

String get friendId

Implementation

String get friendId {
  return participants.firstWhere((e) => e != me, orElse: () => '');
}