changedTouches property

Iterable<Touch> changedTouches

Implementation

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

Implementation

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