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