fileList top-level property Null safety
returns the list of files and directories in the current directory.
See:
- find for more advanced options when obtain a file list.
Implementation
List<String> get fileList => _FileList().fileList;
returns the list of files and directories in the current directory.
See:
List<String> get fileList => _FileList().fileList;