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