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