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