PosixFilesystem.fromJson constructor
PosixFilesystem.fromJson(
- Map json_
Implementation
PosixFilesystem.fromJson(core.Map json_)
: this(
rootDirectory: json_.containsKey('rootDirectory')
? json_['rootDirectory'] as core.String
: null,
);