ChatGroupResponse constructor
ChatGroupResponse({
- required int totalCount,
- required List<
ChatRoomItem> items,
Implementation
ChatGroupResponse({required this.totalCount, required this.items});