ToggleChatViewAsTopics constructor

ToggleChatViewAsTopics({
  1. required int chatId,
  2. required bool viewAsTopics,
})

Implementation

ToggleChatViewAsTopics({required this.chatId, required this.viewAsTopics});