files property

List<ArchiveFile> files

Unmodifiable view of the files in the archive.

Implementation

List<ArchiveFile> get files => UnmodifiableListView(_files);