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