isSelected method

dynamic isSelected(
  1. int index
)

Implementation

isSelected(int index) => selectedChats.contains(recentChats[index].jid);