targetTouches property

List<Touch>? targetTouches

Implementation

_i2.List<_i3.Touch>? get targetTouches => ((_i4.getProperty(
      this,
      'targetTouches',
    )) as _i2.List?)
        ?.cast();
void targetTouches=(List<Touch>? value)

Implementation

set targetTouches(_i2.List<_i3.Touch>? value) {
  _i4.setProperty(
    this,
    'targetTouches',
    value ?? _i6.undefined,
  );
}