ChatMessageResponseCollectionOf constructor

ChatMessageResponseCollectionOf({
  1. List<ChatMessageResponse>? items,
  2. int? count,
})

Implementation

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