paths property

  1. @override
ShellEnvironmentPaths paths
inherited

The PATH variable as a convenient list.

Implementation

@override
ShellEnvironmentPaths get paths => _paths ??= ShellEnvironmentPaths._(this);