runtime property

  1. @override
CliRuntime get runtime
override

Access process and platform runtime information.

Provides access to:

  • Directory.current (the actual process working directory)
  • Platform information (OS, version, etc.)
  • Process information (pid, executable, etc.)

See CliRuntime for full details.

Implementation

@override
CliRuntime get runtime => _runtime;