files property

List<FileEntry> get files

The files in the current directory.

Implementation

List<FileEntry> get files => _files;