AttachmentArchiveImpl constructor

AttachmentArchiveImpl({
  1. List<AttachmentArchiveEntry>? entries,
  2. int? totalEntryCount,
})

Implementation

AttachmentArchiveImpl(
    {List<AttachmentArchiveEntry>? entries, this.totalEntryCount})
    : entries = entries ?? [];