ListDraftsResponse constructor

ListDraftsResponse({
  1. List<Draft>? drafts,
  2. String? nextPageToken,
  3. int? resultSizeEstimate,
})

Implementation

ListDraftsResponse({
  this.drafts,
  this.nextPageToken,
  this.resultSizeEstimate,
});