stopPropagation method

void stopPropagation()

Implementation

void stopPropagation() {
  bubbles = false;
}