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