emit method

void emit()

Implementation

void emit() {
  Broadcast.emit(name: name, data: this);
}