getPredictedEvents property

List<PointerEvent> Function() getPredictedEvents

Implementation

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

Implementation

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