PinConversation constructor

PinConversation(
  1. String conversationID,
  2. int isPinned
)

Implementation

PinConversation(
  this.conversationID,
  this.isPinned,
);