getCoalescedEvents property

List<PointerEvent> Function() getCoalescedEvents

Implementation

_i2.List<_i3.PointerEvent> Function() get getCoalescedEvents =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getCoalescedEvents',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
void getCoalescedEvents=(List<PointerEvent> value())

Implementation

set getCoalescedEvents(_i2.List<_i3.PointerEvent> Function() value) {
  _i4.setProperty(
    this,
    'getCoalescedEvents',
    _i4.allowInterop(value),
  );
}