Subscriber<T> constructor

Subscriber<T>(
  1. Observer destination
)

Implementation

Subscriber(this.destination) : super();