logPath property

String get logPath

An absolute file path of a directory in which the extension can create log files. The directory might not exist on disk and creation is up to the extension. However, the parent directory is guaranteed to be existent.

Implementation

_i2.String get logPath => _i5.getProperty(
      this,
      'logPath',
    );