touches property

Iterable<Touch> touches

Implementation

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

Implementation

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