ChatSessionResponseCollectionOf constructor

ChatSessionResponseCollectionOf({
  1. List<ChatSessionResponse>? items,
  2. int? count,
})

Implementation

ChatSessionResponseCollectionOf({
  this.items,
  this.count,
});