composedPath property
List<EventTarget> Function()
get
composedPath
Implementation
_i2.List<_i3.EventTarget> Function() get composedPath =>
() => ((_i4.callMethod(
_i4.getProperty(
this,
'composedPath',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
composedPath
(List<EventTarget> value())
Implementation
set composedPath(_i2.List<_i3.EventTarget> Function() value) {
_i4.setProperty(
this,
'composedPath',
_i4.allowInterop(value),
);
}