fs top-level property Null safety

FileSystem fs
read / write

The file system implementation used by this library.

See useMemoryFileSystemForTesting and restoreFileSystem.

Implementation

FileSystem fs = const LocalFileSystem();