EventBus.from constructor

EventBus.from(
  1. EventBus other
)

Creates a copy from another bus.

Implementation

EventBus.from(EventBus other) : this(other.transformers.toList());