set method

void set(
  1. Chat chat
)

Implementation

void set(Chat chat) {
  this.chat = chat;
}