ChatGroupResponse constructor

ChatGroupResponse({
  1. required int totalCount,
  2. required List<ChatRoomItem> items,
})

Implementation

ChatGroupResponse({required this.totalCount, required this.items});