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