ResultResponse constructor

ResultResponse({
  1. Chat? chat,
  2. List<Chat>? chats,
})

Implementation

ResultResponse({
  this.chat,
  this.chats,
});