base property

String get base

A base file path to which this pattern will be matched against relatively.

This matches the fsPath value of {@link RelativePattern.baseUri}.

Note: updating this value will update {@link RelativePattern.baseUri} to be a uri with file scheme.

@deprecated This property is deprecated, please use {@link RelativePattern.baseUri} instead.

Implementation

_i2.String get base => _i5.getProperty(
      this,
      'base',
    );
set base (String value)

Implementation

set base(_i2.String value) {
  _i5.setProperty(
    this,
    'base',
    value,
  );
}