offsetPath property

String offsetPath

Implementation

_i2.String get offsetPath => _i4.getProperty(
      this,
      'offsetPath',
    );
void offsetPath=(String value)

Implementation

set offsetPath(_i2.String value) {
  _i4.setProperty(
    this,
    'offsetPath',
    value,
  );
}