ShellEnvironment.fromJson constructor
ShellEnvironment.fromJson(
- Map? map
From json.
Mainly used for testing as it is not easy to which environment variable are required.
Implementation
ShellEnvironment.fromJson(super.map) : super.fromJson();