first property

Touch first

Implementation

Touch get first {
  if (this.length > 0) {
    return JS('Touch', '#[0]', this);
  }
  throw new StateError("No elements");
}