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