ShellEnvironment.fromJson constructor

ShellEnvironment.fromJson(
  1. 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();