systemTempDirectory property Null safety

Directory systemTempDirectory
override

Gets the directory provided by the operating system for creating temporary files and directories in. The location of the system temp directory is platform-dependent, and may be set by an environment variable.

Implementation

@override
Directory get systemTempDirectory =>
    LocalDirectory(this, io.Directory.systemTemp);