valueAtCurrent method

Object? valueAtCurrent()

Calls valueAt with the working directory at the start of the program.

Implementation

Object? valueAtCurrent() => valueAt(_directoryCurrent);