ChatGroupResponse constructor

ChatGroupResponse({
  1. int totalCount = 0,
  2. List<ChatRoomItem> items = const [],
})

Implementation

ChatGroupResponse({this.totalCount = 0, this.items = const []});