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