appRoot property

String get appRoot

The application root folder from which the editor is running.

Note that the value is the empty string when running in an environment that has no representation of an application root folder.

Implementation

_i2.String get appRoot => _i3.getProperty(
      this,
      'appRoot',
    );