path property

String get path

Implementation

_i2.String get path => _i3.getProperty(
      this,
      'path',
    );
set path (String value)

Implementation

set path(_i2.String value) {
  _i3.setProperty(
    this,
    'path',
    value,
  );
}