AttachmentArchiveEntry constructor

AttachmentArchiveEntry({
  1. String? abbreviatedName,
  2. int? entryIndex,
  3. String? mediaType,
  4. String? name,
  5. int? size,
})

Implementation

AttachmentArchiveEntry(
    {this.abbreviatedName,
    this.entryIndex,
    this.mediaType,
    this.name,
    this.size});