Hi, I'm trying to map List<Conversation> and...
# getting-started
k
Hi, I'm trying to map List<Conversation> and List<Users> where Conversation(imei : String, x , y) and User(imei : String, z , w ..) So that i can create a Map(User , Conversation) where User.imei == Conversation.imei