vars property

  1. @override
ShellEnvironmentVars vars
inherited

The vars but the PATH variable

Implementation

@override
ShellEnvironmentVars get vars => _vars ??= ShellEnvironmentVars._(this);