bool isPrevented(evt)

Source

bool isPrevented(evt) {
  return (evt as Event).defaultPrevented;
}