isChecked method

bool isChecked(
  1. String jid
)

Implementation

bool isChecked(String jid) => selectedJids.contains(jid);