int getUserIndex(String userId, RxList<UserModel> destList) { return destList.indexWhere((element) => element.userId.value == userId); }