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