AttachmentArchiveItemReadable constructor

AttachmentArchiveItemReadable({
  1. int? index,
  2. String? label,
  3. String? mediaType,
  4. String? path,
  5. String? size,
})

Implementation

AttachmentArchiveItemReadable(
    {this.index, this.label, this.mediaType, this.path, this.size});