targetTouches property

Iterable<Touch> targetTouches

Implementation

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

Implementation

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