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