logUri property
Uri
get
logUri
The uri 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
_i3.Uri get logUri => _i5.getProperty(
this,
'logUri',
);