targetTouches property

Iterable<Touch> get targetTouches

Implementation

Iterable<Touch> get targetTouches =>
    js_util.getProperty(this, 'targetTouches');
set targetTouches (Iterable<Touch> newValue)

Implementation

set targetTouches(Iterable<Touch> newValue) {
  js_util.setProperty(this, 'targetTouches', newValue);
}