void stopPropagation()

Source

void stopPropagation() {
  wrapped.stopPropagation();
}