ListThreadsResponse constructor

ListThreadsResponse({
  1. String? nextPageToken,
  2. int? resultSizeEstimate,
  3. List<Thread>? threads,
})

Implementation

ListThreadsResponse({
  this.nextPageToken,
  this.resultSizeEstimate,
  this.threads,
});