setEventPath method

void setEventPath(
  1. EventTarget target
)

Implementation

void setEventPath(EventTarget target) {
  _eventPath = target.eventPath;
}