ListAddOnAttachmentsResponse constructor
ListAddOnAttachmentsResponse({
- List<
AddOnAttachment> ? addOnAttachments, - String? nextPageToken,
Implementation
ListAddOnAttachmentsResponse({
this.addOnAttachments,
this.nextPageToken,
});