offsetPath property
String
get
offsetPath
Implementation
_i2.String get offsetPath => _i4.getProperty(
this,
'offsetPath',
);
set
offsetPath
(String value)
Implementation
set offsetPath(_i2.String value) {
_i4.setProperty(
this,
'offsetPath',
value,
);
}