touches property

List<Touch>? touches

Implementation

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

Implementation

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