ChatSessionResponseCollectionOf constructor
ChatSessionResponseCollectionOf({
- List<
ChatSessionResponse> ? items, - int? count,
Implementation
ChatSessionResponseCollectionOf({
this.items,
this.count,
});