baseUri property

Uri get baseUri

A base file path to which this pattern will be matched against relatively. The file path must be absolute, should not have any trailing path separators and not include any relative segments (. or ..).

Implementation

_i3.Uri get baseUri => _i5.getProperty(
      this,
      'baseUri',
    );
set baseUri (Uri value)

Implementation

set baseUri(_i3.Uri value) {
  _i5.setProperty(
    this,
    'baseUri',
    value,
  );
}