fs property

  1. @visibleForTesting
FileSystem fs
getter/setter pair

File system used to store to disk. Exposed for testing only.

Implementation

@visibleForTesting
FileSystem fs = const LocalFileSystem();