advance property
void Function(num)
get
advance
Implementation
void Function(_i2.num) get advance => (_i2.num p0) => _i4.callMethod(
_i4.getProperty(
this,
'advance',
),
r'call',
[
this,
p0,
],
);
set
advance
(void value(num))
Implementation
set advance(void Function(_i2.num) value) {
_i4.setProperty(
this,
'advance',
_i4.allowInterop(value),
);
}