Chats constructor

Chats({
  1. required int totalCount,
  2. required List<int> chatIds,
})

Implementation

Chats({required this.totalCount, required this.chatIds});