ChatGroupResponse constructor
ChatGroupResponse({
- int totalCount = 0,
- List<
ChatRoomItem> items = const [],
Implementation
ChatGroupResponse({this.totalCount = 0, this.items = const []});