ListAttachmentsResponse constructor

ListAttachmentsResponse({
  1. List<Attachment>? attachments,
  2. String? nextPageToken,
})

Implementation

ListAttachmentsResponse({
  this.attachments,
  this.nextPageToken,
});